MSG System Option: UNIX

Specifies the library that contains the SAS error messages.
Valid in: configuration file, SAS invocation, SASV9_OPTIONS environment variable
Category: Environment control: Files
PROC OPTIONS GROUP= ENVFILES
Alias: SASMSG
Default: !SASROOT/sasmsg (set in the installed !SASROOT/sasv9.cfg file)

Syntax

-MSG pathname
-MSG ('pathname' 'pathname' ...)

Required Argument

pathname
must resolve to a valid UNIX pathname. You can use an environment variable that resolves to a valid pathname.

Details

The MSG system option specifies the library that contains the SAS error messages. This option is set during the installation process and is not normally changed after installation.
To add additional pathnames, use the INSERT or APPEND system options. For more information, see INSERT System Option: UNIX, and APPEND System Option: UNIX.

See Also

System Options:
INSERT= System Option in SAS System Options: Reference
APPEND= System Option in SAS System Options: Reference