/*Get the name of an outcome variable from the data*/
data _null_;set kaz1t2;call symput ("predictors",predictors);
run;
%put predictors;
To request detailed log report off the macro
Options symbolgen mlogic mprint mfile;
/*Get the name of an outcome variable from the data*/
data _null_;set kaz1t2;call symput ("predictors",predictors);
run;
%put predictors;
Options symbolgen mlogic mprint mfile;