is there any difference between proc summary and proc means?
Answer Posted / ramesh varma
VAR statement must be used in proc summary.
VAR statement is optional in proc means.
proc summary with "print" option desplays output
proc means without "print" option desplays output
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the implications?
what is information maps?
Which statement does not perform automatic conversions in comparisons?
what is operational data and operational system? : Sas-di
Difference between SAS STATA & SPSS?
how to debug and test the sas program? : Sas-administrator
How will you generate test data with no input data?
what are the categories that sas informats are used to the place the data? : Sas-administrator
which date function advances a date, time or datetime value by a given interval? : Sas programming
What is the difference between nodupkey and nodup options?
How would you determine the number of missing or nonmissing values in computations?
Explain proc univariate?
What does proc print, and proc contents are used for?
: and & modifiers.
Where do you use proc means over proc freq?