what is the diff. b/w proc means and proc summary?
Answer Posted / abhik
I just want to add one point.
Proc Print by default generate output. But Proc summary does
not. So in Proc summary either you have to mention print
option or output data set name. Otherwise you will get an
error in the log:
"
ERROR: Neither the PRINT option nor a valid output statement
has been given"
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Give e an example of..
what is sas database server? : Sas-di
Explain data step in SAS
What does the RUN statement do?
What areas of SAS are you most interested in?
What are the statements that are executed only?
Can you execute a macro within a macro? Describe. : sas-macro
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
explain about sas business intelligence? : Sas-bi
What versions of SAS have you used (on which platforms)?
Mention what is PROC in SAS?
What are the prime responsibilities of data integration administrator? : Sas-di
What are the five ways to do a table lookup in sas? : sas-grid-administration
Explain proc sort?