Previous Page | Next Page

SAS System Options under Windows

SASUSER System Option: Windows



Specifies the name of the Sasuser library.
Default: c:\Users\userid\Documents\My SAS Files\9.2 for Windows Vista, Windows 7, and Windows Server 2008
c:\Documents and Settings\userid\My Documents\My SAS Files\9.2 for Windows XP, and Windows Server 2003
Valid in: configuration file, SAS invocation
Category: Environment control: Files
PROC OPTIONS GROUP= ENVFILES
Windows specifics: Valid values for library-specification; syntax

Syntax
Details
See Also

Syntax

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

"library-specification-1"... "library-specification-n"

specifies one or more valid Windows pathnames or environment variables that are associated with pathnames for a SAS library. Remember that a pathname applies only to the directory or subdirectory level. If you list only one library specification, the parentheses are optional. The value for library-specification must resolve to a valid Windows pathname.


Details

The SASUSER system option specifies the SAS library that contains a user's Profile catalog. The default value for SASUSER is defined in the SAS configuration file, which you can change when you install SAS. If you do not use the SASUSER system option when you invoke SAS (either in the configuration file or as part of the SAS command), the Sasuser library is set to be equal to the Work library, which is temporary.


See Also

Previous Page | Next Page | Top of Page