Specifies the location of the Work library.
Valid in: | configuration file, SAS invocation, SASV9_OPTIONS environment variable |
Category: | Environment Control: Files |
PROC OPTIONS GROUP= | ENVFILES |
Default: | !TEMP\SAS Temporary Files |
Windows specifics: | all |
See: | WORK= System Option in SAS System Options: Reference |
specifies a file that contains a list of directories and optional keywords. SAS chooses a directory from the list in the file. That directory is the location for the Work library for the current SAS session.
specifies a directory as the location for the Work library for the current SAS session.
C:\Program Files\SASHome\SASFoundation\9.4\nls\en\sasv9.cfg
)
or command line includes the following:
C:\SASWork\created file name.txt
contains
the following information:
/disk1/sastempfiles /disk2/sastempfiles /disk3/sastempfiles Method=Random
C:\SASWork\created
file name.txt
contains the following directories:
/disk1/sastempfiles /disk2/sastempfiles /disk3/sastempfiles Method=Space