Specifies to use the memory-based libraries as a SAS file cache.
Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
Category: | Files: SAS Files |
PROC OPTIONS GROUP= | SASFILES |
Default: | 0 |
Windows specifics: | all |
specifies memory cache is off.
specifies not to add any new files to the cache. Reads and writes to files already in the cache continue as if MEMCACHE is on.
specifies memory cache is on. Memory is used as a SAS file cache.