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
how will you locate the sas platform applications? : Sas-bi
describe about metadata object? : Sas-di
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
how to remove duplicates using proc sql?
What would you change about your job?
how to debug and test the sas program? : Sas-administrator
What is the command used to find missing values?
Differentiate input and infile.
Explain what Proc glm does?
what are the categories that sas informats are used to the place the data? : Sas-administrator
Describe crosslist option in tables statement?
How to limit decimal places for the variable using proc means?
What are the default statistics for means procedure?
how does sas handle missing values in a merge? : Sas programming