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 are the 3 components in sas programming?
why a stop statement is needed for the point= option on a set statement?
Are you involved in writing the inferential analysis plan? Tables specfications?
Which are the statements whose placement in the data step is critical?
To what type of programms have you used scratch macros?
how the sas basic syntax style described? : Sas-administrator
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What are the different versions of sas that you have used until now? : sas-grid-administration
Are you involved in writing the inferential analysis plan? Tables specifications?
How do you define proc in sas? : sas-grid-administration
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What commands are used in the case of including or excluding any specific variables in the data set?
what is proc Index? and what is proc document?
why is sas considered self-documenting? : Sas programming
What Proc glm does?