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
Give some examples where proc report’s defaults are different than proc print’s defaults?
what is information maps?
how does sas handle missing values in a merge? : Sas programming
what are validation tools that are used in sas? : Sas-administrator
Can you execute macro within another macro? : sas-macro
What versions of SAS have you used (on which platforms)?
Describe crosslist option in tables statement?
Difference between nodup and nodupkey options?
Intern stastical programmer written test
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What are the limitations for memory allocation for SAS variables
what versions of sas have you used (on which platforms)? : Sas programming
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
How to include or exclude specific variables in a data set?