Macros for SAS Application Developers
https://github.com/sasjs/core
mcf_init.sas File Reference

Sets up the mcf_xx functions. More...

Go to the source code of this file.

Detailed Description

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

Parameters
[in]funcThe function to be initialised

Related Macros

Definition in file mcf_init.sas.