To use a directory as a SAS autocall library, do the following: To create library members, store the source code for each macro in a separate file in a directory. The name of the file must be the same ...
Each macro you define has a distinct name, which is subject to the standard SAS naming conventions. (See the base SAS language documentation for more information on SAS naming conventions.) A macro ...
It can be called by (`) character followed by the macro name. A macro can be defined with argument(s). Argument(s) are useful to customize the macro to use widely, like a function-task. Such macro ...