|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Checks if a set of variables ALL exist in a data set. More...
Go to the source code of this file.
Returns 0 if ANY of the variables do not exist, or 1 if they ALL do. Usage:
%put %mf_existVarList(sashelp.class, age sex name dummyvar);
| [in] | libds | 2 part dataset or view reference |
| [in] | varlist | space separated variable names |
Definition in file mf_existvarlist.sas.