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
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
How to create an external dataset with sas code?
What makes sas stand out to be the best over other data analytics tools?
Can you execute macro within another macro? : sas-macro
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
How many ways to overcome a missing values???
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What Proc glm does?
why is sas data integration studio important? : Sas-di
What is substr function?
Which command is used to perform sorting in sas program?
what is function of retain statment
Which function is used to count the number of intervals between two sas dates?
What are the difficulties u faced while doing vital signs table or dataset?
How would you invoke a macro? : sas-macro