Just my notes
Friday, June 20, 2008
Use SAS ods data set output
Example is below:
ods trace on;
ods output summary=summary;
proc means data=hpd print N mean std min max median range sum;
run;
ods trace off;
ods output close;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment