1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 22:14:35 +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');
iftrue=symget('iftrue');
put (_all_)(/=);
call symputx('syscc',0);
abort cancel nolist;
run;
%end;

View File

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