1
0
mirror of https://github.com/sasjs/core.git synced 2026-06-08 20:10:20 +00:00

fix: using 128 instead of 131 in _debug due to compute task bug

This commit is contained in:
4gl
2026-05-13 14:18:47 +01:00
parent 1244aff5e4
commit a759aa9915
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -23,6 +23,7 @@ options lrecl=80;
%macro loglevel();
%if "&_debug"="2477" or "&_debug"="fields,log,trace" or "&_debug"="131"
or "&_debug"="128"
%then %do;
%put debug mode activated;
options mprint mprintnest;