is there any differnce between proc means and proc summary?
Answer Posted / bharath
proc means:It will give descreptive statitstics.
By default it will give output in output window.
limited statistics will give like n,mean,median,min and max.
If we need additional statistics we need to add options.
Proc summary:same thing but it will not give output as
default.we need give an option print then only it will give
the output.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
If you could design your ideal job, what would it look like?
Explain the purpose of retain statement.
What are symget and symput? : sas-macro
How long can a macro variable be? A token? : sas-macro
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Give e an example of..
What are all the problems you faced while validating tables and reports?
How will you generate test data with no input data?
What is the command used to find missing values?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
how does sas handle missing values in functions? : Sas programming
Describe 5 ways to do a “table lookup” in SAS?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
What is the basic structure of a sas program?