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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment