1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-11 02:50:06 +00:00

fix: setting syscc to zero to prevent error state in response. Closes #50

This commit is contained in:
Allan Bowe
2021-06-28 23:52:12 +03:00
parent 93aea5ed02
commit fc81f62d2f
2 changed files with 2 additions and 0 deletions

View File

@@ -1678,6 +1678,7 @@ Usage:
sysuserid=symget('sysuserid'); sysuserid=symget('sysuserid');
iftrue=symget('iftrue'); iftrue=symget('iftrue');
put (_all_)(/=); put (_all_)(/=);
call symputx('syscc',0);
abort cancel nolist; abort cancel nolist;
run; run;
%end; %end;

View File

@@ -165,6 +165,7 @@
sysuserid=symget('sysuserid'); sysuserid=symget('sysuserid');
iftrue=symget('iftrue'); iftrue=symget('iftrue');
put (_all_)(/=); put (_all_)(/=);
call symputx('syscc',0);
abort cancel nolist; abort cancel nolist;
run; run;
%end; %end;