System Options under UNIX |
Default: | 0 |
Valid in: | configuration file, SAS invocation, SASV9_OPTIONS environment variable |
Category: | Files: SAS Files |
PROC OPTIONS GROUP= | SASFILES |
UNIX specifics: | Valid values for n |
See: | CATCACHE System Option in SAS Language Reference: Dictionary |
Syntax | |
Details | |
See Also |
Syntax |
-CATCACHE n | nK | MIN | MAX |
specifies the number of open-file descriptors to keep in cache memory in multiples of 1 (n) or 1,024 (nK). You can specify decimal values for the number of kilobytes. For example, a value of 8 specifies 8 open-file descriptors, a value of .782k specifies 801 open-file descriptors, and a value of 3k specifies 3,072 open-file descriptors.
If n > 0, SAS places up to that number of open-file descriptors in cache memory, instead of closing the catalogs.
sets the number of open-file descriptors that are kept in cache memory to 0.
sets the number of open-file descriptors that are kept in cache memory to 32,767.
Details |
By using the CATCACHE system option to specify the number of SAS catalogs to keep open, you can avoid repeatedly opening and closing the same catalogs.
See Also |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.