mirror of
https://github.com/sasjs/core.git
synced 2026-01-03 07:40:04 +00:00
chore: adding mprintnest in debug mode in testinit.sas
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user