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 some ways by which you can define the variables to produce the summary report (using proc report)?
how could you generate test data with no input data? : Sas programming
How do dates work in sas?
Differences between where and if statement?
What would be the value of month at the end of data step execution and how many observations would be there?
Explain by-group processing?
how can you import .csv file in to sas? : Sas programming
what are the benefits of data integration? : Sas-di
How can you create a macro variable with in data step? : sas-macro
what r the job openings SAS for fresher graduates !
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
How to create an external dataset with sas code?
In proc transpose and data step with arrays which one you pick?
What is program data vector (pdv) and what are its functions?
Describe a time when you were really stuck on a problem and how you solved it?