Chapter Contents

Previous

Next
SASAUTOS=

SASAUTOS=



Specifies the location of the autocall library

Default: SASAUTOS
Valid in: configuration file, SAS invocation, OPTIONS statement, OPTIONS window
Category: Macro: MACRO
OS/390 specifics: file-specification


Syntax
Details
See Also

Syntax

SASAUTOS=file-specification | (file-specification-1 . . . file-specification-n)

file-specification
identifies the name of an external autocall library. Under OS/390, it can be any valid SAS fileref or a physical file name of a PDS or PDSE.

You can specify one or more autocall libraries at the same time. They will be searched in the order in which they are listed.


Details

SAS looks for autocall members in autocall libraries specified by SASAUTOS=. By default, SAS looks in the library associated with the SASAUTOS fileref. Once you specify the SASAUTOS= system option, that specification replaces the default. SAS no longer searches SASAUTOS unless you include it in the new specification for SASAUTOS=. To add SASAUTOS to your current list of autocall libraries, issue a statement like the following:

options sasautos=('your.autocall.lib' 
                  'dept.autocall.lib' sasautos);

SAS searches the other autocall libraries before it searches the locations associated with the SASAUTOS fileref.

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.