Chapter Contents

Previous

Next
WORK

WORK


Specifies the pathname for the directory containing the WORK data library

Default: !sasfolder\SASWORK
Valid in: configuration file, SAS invocation
Windows specifics: Valid values for library-specification


Syntax
Details
See Also

Syntax

-WORK("library-specification-1"...<"library-specification-n">)

"library-specification-1"..."library specification-n"
specifies one or more environment variables or Windows pathnames. Remember that a pathname is only to the directory or subdirectory level. The value of library-specification must resolve to a valid Windows pathname. If you list only one library, the parentheses are optional. The library-specification must be enclosed in double quotation marks.


Details

The default SAS configuration file creates the WORK data library in a folder named "SAS Temporary Files" located in your system's designated temporary area (as specified by the TEMP environment variable).

The SAS System creates a subdirectory called #TDnnnnn for each SAS process under the directory you specify in the WORK option, where nnnnn is a unique number. The default behavior is to create a #TDnnnnn subdirectory.

See Also


Chapter Contents

Previous

Next

Top of Page

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