what is the difference between proc means and proc summary?
Answer Posted / kitty
proc means has default print option where as in proc summary
to print the output in output window u need to specify print
option. in simple words proc summary with print option is
same as proc means.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between informat and format with an example.
Which command is used to save logs in the external file?
for what purpose would you use the retain statement? : Sas programming
what are the types of interactive display types? : Sas-bi
what is sas data set?
: and & modifiers.
How do you add a number to a macro variable? : sas-macro
Explain append procedure?
How do you debug and test your SAS programs?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What is the length assigned to the target variable by the scan function?
What does the trace option do?
Differentiate between sas functions and sas procedures.
what is null hypothesis? why do you consider that?
Define run-group processing?