is there any differnce between proc means and proc summary?
Answer Posted / saritha
proc means produce printed output.
where as proc summary will not produce any output but it
create dataset.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What are the features of SAS?
Have you used macros? For what purpose you have used? : sas-macro
What would be the value of month at the end of data step execution and how many observations would be there?
Given an unsorted data set, how to read the last observation to a new data set?
What Proc glm does?
Explain translate function?
How can sas program be validated?
What are the 3 components in sas programming?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
What is a macro routine?
What are the statements that are executed only?
What’s the difference between var b1 – b3 and var b1 — b3?
What sas features do you use to check errors and data validation?
how does sas handle missing values in functions? : Sas programming