Checks if a set of macro variables exist / contain values. More...
Go to the source code of this file.
Writes ERROR to log if abortType is SOFT, else will call mf_abort. Usage:
%let var1=x; %let var2=y; %put %mf_verifymacvars(var1 var2);
Returns:
1
verifyvars | space separated list of macro variable names |
makeupcase= | set to YES to convert all variable VALUES to uppercase. |
mAbort= | Abort Type. Default is SOFT (writes error to log). Set to any other value to call mf_abort (which can be configured to abort in various fashions according to context). |
Definition in file mf_verifymacvars.sas.