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
Explain how you can debug and test your SAS program?
Explain the use of proc print and proc contents?
what does the run statement do? : Sas programming
explain the concepts and capabilities of business object? : Sas-bi
what is transformation in sas data integration? : Sas-di
What is the basic structure of a sas program?
what is sas enterprise intelligence architecture? : Sas-bi
Differentiate between format and informat? : sas-grid-administration
what are sas bi dashboard components? : Sas-bi
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What are the ways in which macro variables can be created in sas programming?
how are numeric and character missing values represented internally? : Sas programming
What is the role of unrestrictive users? : sas-grid-administration
explain the function of substr in sas? : Sas-administrator
how would you determine the number of missing or nonmissing values in computations? : Sas programming