1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-21 07:21:31 +00:00

fix: more logging in mp_abort, fixing job test, better return values in mp_filtervalidate and mp_filtercheck, further fixes in mp_jsonout

This commit is contained in:
Allan Bowe
2021-05-11 23:08:54 +03:00
parent 1a595c64c6
commit 5cee93c7bd
5 changed files with 36 additions and 24 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
input;
i=1;
stoploop=0;
if _n_ ge &logline-5 and stoploop=0 then do until (i>12);
if _n_ ge &logline-15 and stoploop=0 then do until (i>22);
call symputx('logmsg',catx('\n',symget('logmsg'),_infile_));
input;
i+1;