what is the diff. b/w proc means and proc summary?
Answer Posted / m.sivakumar
1.specifies whether PROC SUMMARY displays the descriptive
statistics. By default, PROC SUMMARY produces no display
output, but PROC MEANS does produce display output.
2.If you omit the VAR statement, then PROC SUMMARY produces
a simple count of observations, whereas PROC MEANS tries to
analyze all the numeric variables that are not listed in the
other statements.
3.If you specify statistics on the PROC SUMMARY statement
and the VAR statement is omitted, then PROC SUMMARY stops
processing and an error message is written to the SAS log.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
Are you sensitive to code walk-throughs peer review or QC review?
What is the basic structure of a sas program?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
Name any two sas spawners? : sas-grid-administration
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
what are some differences between proc summary and proc means? : Sas programming
What is the command used to find missing values?
Describe the function and utility of the most difficult SAS macro that you have written?
What are the difference between sas functions and procedures?
what is information maps?
Which function is used to count the number of intervals between two sas dates?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
explain about various caches available in data integrator? : Sas-di
Difference between nodup and nodupkey options?