SUBSCRIBE SAS-L Dan
2009-12-02 21:52:35 UTC
Hi. Dear SASLers:
How to out put a csv file through ODS and having a title goes with it?
My sample shell of the program is:
ods csv file="&CSVloc.&outdt..csv" ;
proc print data=&outdt NOOBS;
run;
ods csv close;
ods listing ;
Thanks for your help.
Dan
How to out put a csv file through ODS and having a title goes with it?
My sample shell of the program is:
ods csv file="&CSVloc.&outdt..csv" ;
proc print data=&outdt NOOBS;
run;
ods csv close;
ods listing ;
Thanks for your help.
Dan