diff --git a/all.sas b/all.sas index d2dfbda..91e94a4 100644 --- a/all.sas +++ b/all.sas @@ -1678,6 +1678,7 @@ Usage: sysuserid=symget('sysuserid'); iftrue=symget('iftrue'); put (_all_)(/=); + call symputx('syscc',0); abort cancel nolist; run; %end; diff --git a/base/mp_abort.sas b/base/mp_abort.sas index 37bcb4d..b880aed 100644 --- a/base/mp_abort.sas +++ b/base/mp_abort.sas @@ -165,6 +165,7 @@ sysuserid=symget('sysuserid'); iftrue=symget('iftrue'); put (_all_)(/=); + call symputx('syscc',0); abort cancel nolist; run; %end;