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 snowflake schema? : Sas-di
What will calendar procedure do?
What are the scrubbing procedures in sas?
describe how to adjust the performance of data integrator? : Sas-di
what are 5 ways to perform a table lookup in sas? : Sas-administrator
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What is a method to debug and test your SAS program?
how sas deals with business intelligence? : Sas-bi
Describe a time when you were really stuck on a problem and how you solved it?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
How do dates work in sas?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What are the data types that sas contain?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;