jeudi 3 avril 2014

How to set name of data set in SAS using macro variable


Vote count:

0




I was wondering if this is legal:



%let name = blah;

data dir.&name;
set data;
run;


If not, how do I include a macro variable value in the name of a dataset?



asked 1 min ago

lord12

376





Aucun commentaire:

Enregistrer un commentaire