1
0
mirror of https://github.com/sasjs/core.git synced 2026-06-08 12:00:21 +00:00

chore: updating all.sas

This commit is contained in:
github-actions
2026-04-28 11:40:09 +00:00
parent b6fad4a469
commit 8a22280627
+2 -1
View File
@@ -4043,6 +4043,7 @@ run;
from dictionary.macros
where scope="&scope" and upcase(name) not in (%mf_getquotedstr(&ilist))
order by name,offset;
quit;
%end;
%else %if &action=COMPARE %then %do;
@@ -4080,7 +4081,6 @@ run;
%let test_comments=%str(Mod:(&mod) Add:(&add) Del:(&del));
%end;
data ;
length test_description $256 test_result $4 test_comments $256;
test_description=symget('desc');
@@ -4093,6 +4093,7 @@ run;
run;
proc sql;
drop table &ds;
quit;
%end;
%mend mp_assertscope;