From 8a22280627fbe35f3cec420983147f85cd62cf6b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 28 Apr 2026 11:40:09 +0000 Subject: [PATCH] chore: updating all.sas --- all.sas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/all.sas b/all.sas index 13f4275..82e9cd8 100644 --- a/all.sas +++ b/all.sas @@ -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;