Chapter Contents |
Previous |
Next |
SAS Companion for the OpenVMS Operating Environment |
SAS Institute supplies some autocall macros. When the SAS System is installed, a SASAUTOS logical name is defined. This OpenVMS logical name refers to the location of the default macros that are supplied by SAS Institute. Whether this logical name is placed in the system-level logical name table or in the process-level logical name table is site-dependent.
You can also define your own autocall macros in a user autocall library.
Creating an Autocall Macro |
To create an autocall macro, perform the following tasks:
Specifying a User Autocall Library |
Use the SAS system option SASAUTOS to specify the location of one or more user autocall libraries. (For more information about this option, see SASAUTOS=.) You can specify autocall libraries either when you invoke SAS or during a SAS session, as follows:
SAS/MAUTOSOURCE/SASAUTOS='[mydir]' [dir]program
SAS/MAUTOSOURCE/SASAUTOS=('[mydir1]', '[mydir2]',sasautos) [dir]program
Note: Invocation options are separated by slashes following
the SAS command.
options mautosource sasautos='[mydir]';
options mautosource sasautos=('[mydir1]', '[mydir2]',sasautos);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.