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
What is the difference between %local and %global? : sas-macro
What is the basic syntax style in SAS?
How do dates work in SAS data?
Explain the use of proc gplot? : sas-grid-administration
describe how to adjust the performance of data integrator? : Sas-di
How to read an input file in sas?
what is study design in while working with SAS? what are screening variables in SAS?
Explain the special input delimiters used in sas programming.
List out some key concept of SAS
What are the applications primarily used by business analyst? : Sas-bi
what is function of retain statment
What are the ways to do a “table lookup” in sas?
Are you involved in writing the inferential analysis plan? Tables specfications?
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?
how does sas handle missing values in a merge? : Sas programming