mirror of
https://github.com/sasjs/core.git
synced 2026-01-05 08:30:06 +00:00
chore: adding mprintnest in debug mode in testinit.sas
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
%macro loglevel();
|
%macro loglevel();
|
||||||
%if "&_debug"="2477" or "&_debug"="fields,log,trace" %then %do;
|
%if "&_debug"="2477" or "&_debug"="fields,log,trace" %then %do;
|
||||||
%put debug mode activated;
|
%put debug mode activated;
|
||||||
options mprint;
|
options mprint mprintnest;
|
||||||
%end;
|
%end;
|
||||||
%mend loglevel;
|
%mend loglevel;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user