Previous Page | Next Page

SAS System Options under Windows

SASAUTOS System Option: Windows



Specifies the autocall macro library.
Default: SASAUTOS
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Environment control: Files
Macro: SAS macro
PROC OPTIONS GROUP= ENVFILES
MACRO
Windows specifics: Valid values for library-specification
See: SASAUTOS System Option in SAS Macro Language: Reference

Syntax
Details
See Also

Syntax

-SASAUTOS <(>"library-specification-1"...<"library-specification-n")>
SASAUTOS=<(>"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. 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.


See Also

Previous Page | Next Page | Top of Page