what is the diff. b/w proc means and proc summary?
Answer Posted / ravi
proc means will give you by default print result but proc summary will not give you print result.
proc means will give you brief statistical analysis of all observation but proc summary will give you only count of all observation.
if you want brief statistical analysis on particular variable then use VAR in proc means and proc summary with (print option) this will give give you obs. mean std.dev max min
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How substr function works in sas?
which date function advances a date, time or datetime value by a given interval? : Sas programming
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Explain proc univariate?
What commands are used in the case of including or excluding any specific variables in the data set?
Explain data_null_?
What is the use of PROC gplot?
what is sas enterprise intelligence architecture? : Sas-bi
How long can a macro variable be? A token? : sas-macro
What is the maximum and minimum length of macro variable
How can you limit the variables written to output dataset in data step?
What is the use of function Proc summary?
Describe the function and utility of the most difficult SAS macro that you have written?
what are the component of range? : Sas-bi
What can you learn from the SAS log when debugging?