1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

chore: adding mprintnest in debug mode in testinit.sas

This commit is contained in:
munja
2022-02-09 22:07:30 +01:00
parent 85e0b6a4a9
commit a7b78c73c4

View File

@@ -19,7 +19,7 @@
%macro loglevel();
%if "&_debug"="2477" or "&_debug"="fields,log,trace" %then %do;
%put debug mode activated;
options mprint;
options mprint mprintnest;
%end;
%mend loglevel;