which stats created by proc means that are not created by proc
summary or vice versa?
Answer Posted / emw
I began using SAS in the early 1980's, and Proc Summary was thought to be one of the proc's to be no longer supported by SAS, so many programmer stopped using it! One of the advantages of Proc Summary was it didn't error out if the data set was not sorted, as proc means did. Proc Summary did an internal check, now we can check but in the old days this option wasn't possible. These days, I just use Proc Means don't know why Proc Summary is still being used ...anyone??
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
what are several options for creating reports in web report studio? : Sas-bi
how would you determine the number of missing or nonmissing values in computations? : Sas programming
what do you mean by data staging area? : Sas-di
what is ae onset date n what is RDS
How to create list output for cross-tabulations in proc freq?
What is the work of tranwrd function?
Describe the ways in which you can create macro variables?
What is your favorite all time computer book? Why?
what is factor analysis? : Sas-administrator
In ARRAY processing, what does the DIM function do?
what is the use of proc contents and proc print in sas? : Sas-administrator
How to limit decimal places for variable using proc means?
What is the difference between class statement and by statement in proc means?
What are the difference between sas functions and procedures?
What do the mod and int function do? : Sas programming