what is the diff. b/w proc means and proc summary?
Answer Posted / padmasri
The major difference between Proc Means and Proc Summary is
proc means by default generates an output but proc summary
does not generate output if we specify print option in the
proc summary it will generate an output.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do dates work in SAS data?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
What is the difference between input and infile statement?
What is the sas data set? : sas-grid-administration
Which are the statements whose placement in the data step is critical?
If a variable contains letters or special characters, can it be numeric data type?
How to test the debugging in sas?
What is SAS?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is maximum number of rows and cols can be handled in SAS?
what are validation tools that are used in sas? : Sas-administrator
what are the benefits of data integration? : Sas-di
what is change analysis in sas di ? : Sas-di
What is the use of function Proc summary?