|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Sets up the mcf_xx functions. More...
Go to the source code of this file.
There is no (efficient) way to determine if an mcf_xx macro has already been invoked. So, we make use of a global macro variable list to keep track.
Usage:
%mcf_init(MCF_LENGTH)
Returns:
1 (if already initialised) else 0
| [in] | func | The function to be initialised |
Definition in file mcf_init.sas.