Previous Page | Next Page

System Options under UNIX

USER System Option: UNIX



Specifies the name of the default permanent SAS library.
Default: none
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window, SASV9_OPTIONS environment variable
Category: Environment control: Files
PROC OPTIONS GROUP= ENVFILES
UNIX specifics: pathname must be a valid UNIX pathname
See: USER= System Option in SAS Language Reference: Dictionary

Syntax
See Also

Syntax

-USER pathname
USER='pathname' | libref

pathname

identifies the directory containing your default permanent SAS library. It must be a directory name.

libref

is the libref associated with the directory containing your default permanent SAS library. It must already be assigned.


See Also

Previous Page | Next Page | Top of Page