mirror of
https://github.com/sasjs/core.git
synced 2026-01-15 04:20:05 +00:00
feat: adding delete capability (and tests) for mp_stackdiffs
This commit is contained in:
@@ -59,9 +59,7 @@
|
||||
/* declare local vars */
|
||||
%local var vars vcnt i j k l tmpvar tmpds rows posspks ppkcnt;
|
||||
%let vars=%upcase(%mf_getvarlist(&baseds));
|
||||
%put &=vars;
|
||||
%let vars=%mf_wordsInStr1ButNotStr2(str1=&vars,str2=%upcase(&ignore_cols));
|
||||
%put &=vars;
|
||||
%let vcnt=%sysfunc(countw(&vars));
|
||||
|
||||
%if &vcnt=0 %then %do;
|
||||
|
||||
Reference in New Issue
Block a user