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
What is factor analysis?
what is enterprise guide? What is the use of it? : Sas programming
What is the use of PROC gplot?
Describe a time when you were really stuck on a problem and how you solved it?
how to generate the test data in sas without input data? : Sas-administrator
What is maximum number of rows and cols can be handled in SAS?
Compare sas with other data analytics tools.
how will you locate the sas platform applications? : Sas-bi
Explain the purpose of substr functions in sas programming.
Explain how you can debug and test your SAS program?
What is the general format of function in sas? : sas-grid-administration
What is the maximum length of the macro variable? : sas-macro
Have you used macros? For what purpose you have used? : sas-macro
How to include or exclude specific variables in a data set?
How are numeric and character missing values represented internally?