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 |
how can you improve the performance of a query, If it is excuting very slowly?
what is the use of proc contents and proc print in sas? : Sas-administrator
Explain the main difference between the sas procedures and functions? : Sas-administrator
How we can create SAS USER DEFINED CODE?
Describe 5 ways to do a “table lookup” in SAS?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Code the MEANS to produce output to be used later.
explain the key concept of sas? : Sas-administrator
Explain the difference between informat and format with an example.
Under what circumstances would you code a SELECT construct instead of IF statements?
Difference between SAS STATA & SPSS?
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.