SASAUTOS System Option: Windows

Specifies the autocall macro library.

Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Environment Control: Files; Macro: SAS Macro
PROC OPTIONS GROUP= ENVFILES; MACRO
Default: SASAUTOS
Windows specifics: Valid values for library-specification
See: SAS Macro Language: Reference

Syntax

Syntax Description

library-specification-1library-specification-n

specifies one or more valid Windows pathnames or environment variables that are associated with pathnames. Remember that a pathname is only to the directory or subdirectory level. Windows pathnames must be enclosed in quotation marks if you are using the OPTIONS statement or if the pathname contains spaces. If you specify only one library specification, the parentheses are optional. The value for library-specification must resolve to a valid Windows pathname.

Details

The SASAUTOS system option specifies the SAS autocall macro library or libraries.
You can use the APPEND and INSERT system options to add additional file specifications.

See Also

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