Chapter Contents

Previous

Next
CACHESIZ=

CACHESIZ=



Specifies the size of cache that is used for each open SAS file

Language element: system option
Default: 65024
Valid in: configuration file, SAS invocation, OPTIONS statement, System Options window, VMS_SAS_OPTIONS DCL symbol
OpenVMS specifics: All aspects are host-specific


Syntax
Details
See Also

Syntax

CACHESIZ=integer

integer
can range from 0 to 65,024. By default, SAS uses a value that is an even multiple of the file's page size. If you specify a value of 0, SAS does not use a data cache. The default value is 65024.


Details

Pages of SAS files are cached in memory with each cache containing multiple pages. The CACHESIZ= system option controls the size (in bytes) of this data cache.

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.