1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +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

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