what is the difference between proc means and proc summary?
Answers were Sorted based on User's Feedback
Answer / kitty
proc means has default print option where as in proc summary
to print the output in output window u need to specify print
option. in simple words proc summary with print option is
same as proc means.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / abc
proc summary without var statement gives only sum.
proc summary with var !!!to proc means
| Is This Answer Correct ? | 2 Yes | 2 No |
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
Define run-group processing?
what is washout period?
what is intially documentation in sas?
How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?
how does sas handle missing values in a merge? : Sas programming
What is the order of application for output data set options, input data set options and SAS statements?
What is a macro routine?
How would you code the criteria to restrict the output to be produced?
What are the main differences between sas versions 8.2, 9.0, 9.1?
Name statements that function at both compile and execution time?
Explain proc sort?