/*Get the name of an outcome variable from the data*/
data _null_;set kaz1t2;call symput ("predictors",predictors);
run;
%put predictors;
/*Get the name of an outcome variable from the data*/
data _null_;set kaz1t2;call symput ("predictors",predictors);
run;
%put predictors;