This section discusses the system
dependencies of using autocall libraries. For general information,
see
SAS Macro Language: Reference.
An autocall library
contains files that define SAS macros. SAS supplies some autocall
macros. To use the autocall facility, you must have the SAS system
option MAUTOSOURCE set. When SAS is installed, the SASAUTOS system
option is used in the SAS configuration file to tell SAS where to
find the default macros that are supplied by SAS Institute. You can
also define your own autocall macros and store them in a Windows directory.
If you store autocall
macros in a Windows directory, the file extension must be .SAS. Each
macro file in the directory must contain a macro definition that has
a macro name that is the same as the filename. For example, a file
named PRTDATA.SAS that is stored in a directory must define a macro
named PRTDATA.