1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

feat: new assertion macro (mp_assertcols.sas) to test for column existence (or not)

This commit is contained in:
Allan Bowe
2021-05-04 21:53:57 +03:00
parent 24380ddf26
commit e01b06b640
4 changed files with 299 additions and 12 deletions

View File

@@ -2,9 +2,9 @@
@file
@brief Checks if a set of variables ALL exist in a data set.
@details Returns 0 if ANY of the variables do not exist, or 1 if they ALL do.
Usage:
Usage:
%put %mf_existVarList(sashelp.class, age sex name dummyvar)
%put %mf_existVarList(sashelp.class, age sex name dummyvar);
<h4> SAS Macros </h4>
@li mf_abort.sas