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 is the function of catx syntax? : Sas-administrator
Give some ways by which you can define the variables to produce the summary report (using proc report)?
what is the difference btw proc means and proc univariate?
how will you location sas platform applications available from web browser? : Sas-bi
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
Which statement does not perform automatic conversions in comparisons?
What are the uses of sas?
What is the difference between a PROC step and a DATA step?
How would you invoke a macro? : sas-macro
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???
how many types of MERGE?
Describe a time when you were really stuck on a problem and how you solved it?