what is the diff. b/w proc means and proc summary?
Answer Posted / dupe bassey
proc means generates an output, if you want to suppress an
output, you include the noprint option.
proc summary doesnt generate an output, if you want an
output, you include the print option.
| Is This Answer Correct ? | 76 Yes | 13 No |
Post New Answer View All Answers
What would you change about your job?
Mention what is SAS data set?
How to include or exclude specific variables in a data set?
To what type of programms have you used scratch macros?
How to create a permanent sas data set?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What is a put statement?
what are the benefits of data integration? : Sas-di
What is the role of unrestrictive users? : sas-grid-administration
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What do you know about symput and symget?
what is transformation in sas data integration? : Sas-di
AE datasets names? how many types?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming