![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS Companion for the OpenVMS Environment |
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. ![[cautend]](../common/images/cautend.gif)
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.