SASUSER= System Option: z/OS

Specifies the location of an external SAS library that contains the user Profile catalog.
Valid in: Configuration file, SAS invocation
Category: Environment Control: ENVFILES
PROC OPTIONS GROUP= ENVFILES
Default: SASUSER
z/OS specifics: library-specification
See: SASUSER= System Option in SAS System Options: Reference

Syntax

SASUSER=library-specification

Required Argument

library-specification
can be any valid ddname, the name of the physical file that comprises a SAS library, or a UNIX file system directory; the ddname must have been previously associated with the SASUSER SAS library using either a TSO ALLOCATE command or a JCL DD statement.

Details

If a UNIX file system directory is to be specified, it must already exist.

See Also