Chapter Contents |
Previous |
Next |
SASAUTOS= |
Type: | System option | ||||
Can be specified in: |
|
Syntax | |
Details |
Syntax |
SASAUTOS= library-specification |
(library-specification-1 . . . , library-specification-n) |
Details |
When SAS searches for an autocall macro definition, it opens and searches each location in the same order that it is specified in the SASAUTOS option. If SAS cannot open any specified location, it generates a warning message and sets the NOMAUTOSOURCE system option on. To use the autocall facility again in the same SAS session, you must specify the MAUTOSOURCE option again.
For more information, refer to Chapter 9 in SAS Macro Language: Reference.
Operating Environment Information: You specify a source library by using a fileref or by enclosing the host-specific location name in quotation marks. A valid library specification and its syntax are host specific. Although the syntax is generally consistent with the command-line syntax of your operating environment, it may include additional or alternate punctuation. For details, see the SAS documentation for your operating environment.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.