which stats created by proc means that are not created by proc
summary or vice versa?
Answer Posted / vivek
PROC SUMMARY displays the descriptive statistics. By
default, PROC SUMMARY produces no display output, but PROC
MEANS does produce display output. So in Proc SUMMARY you
have to give the Print option explicitly.
Also if you exclude Var statement then summary will only
print number of obs. Try this on sashelp.shoes
proc means data = sashelp.shoes;
run;
proc summary data = sashelp.shoes print;
run;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the main difference between the sas procedures and functions? : Sas-administrator
How to include or exclude specific variables in a data set?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What is the order of application for output data set options, input data set options and SAS statements?
How does the internal authentication work in sas? : sas-grid-administration
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
Explain data step in SAS
What is the difference between %put and symbolgen? : sas-macro
what are sas bi dashboard components? : Sas-bi
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
How many ways to overcome a missing values???
What is factor analysis?
What are the parameters of scan function?
what is hash files in sas and why we are using this one in sas?
Explain what is SAS informats?