Topic: Proc Summary
Not finding your answer? Try searching the web for Proc Summary
Answers to Common Questions
What are some differences between PROC SUMMARY and PROC MEANS?
Proc means by default give you the output in the output window and you can stop this by the option NOPRINT and can take the output in the separate file by the statement OUTPUTOUT= , But, proc summary doesn't give the default output, we have... Read More »
Source: http://studysas.blogspot.com/2008/08/sas-interview-questions-gene...
In SAS, what is the difference between Proc Means And Proc Summar...
My understanding is that the PROC SUMMARY code for producing an output data set is exactly the same as the code for producing an output data set with PROC MEANS. The difference between the two procedures is that PROC MEANS produces a report... Read More »
Source: http://stackoverflow.com/questions/651197/in-sas-what-is-the-diff...