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
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
how does sas handle missing values in formats? : Sas programming
What is the sas data set? : sas-grid-administration
What is the command used to find missing values?
Explain bmdp procedure?
what is sas and what are the functions? : Sas-administrator
What are the features of base sas system?
How are numeric and character missing values represented internally?
Did you used proc test? when?
What is the basic syntax of a sas program?
Why double trailing @@ is used in input statement?
What is program data vector (pdv)?
what is metadata? : Sas-bi
what are the component of range? : Sas-bi