|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Returns a macro variable value if the variable exists. More...
Go to the source code of this file.
Use this macro to avoid repetitive use of if symexist(MACVAR) then type logic. Usage:
%if %mf_mval(maynotexist)=itdid %then %do;
| [in] | var | The macro variable NAME to return the (possible) value for |
Definition in file mf_mval.sas.