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

fix: adding (and fixing) tests for ms_* macro suite

This commit is contained in:
munja
2022-04-21 23:51:47 +01:00
parent 6b2574947a
commit 63bf00e28f
7 changed files with 117 additions and 23 deletions

View File

@@ -14,16 +14,19 @@
/* set defaults */
%mp_init()
%global _debug;
%global _debug sasjs_mdebug;
%let sasjs_mdebug=0;
%macro loglevel();
%if "&_debug"="2477" or "&_debug"="fields,log,trace" %then %do;
%put debug mode activated;
options mprint mprintnest;
%let sasjs_mdebug=1;
%end;
%mend loglevel;
%loglevel()
%put Initialised &_program;
%put _all_;
%put _all_;