my code is
ODS html file='' ;
Proc print noobs data=;
run;
ods html close;
everytime it say that the output window is full.
I dont want to print anything to the ouput window,just need to save my data
to local file in csv or xls.
should I use
ods listings close;
thanks