what are the differences between proc report and proc
tabulate?
Answer Posted / kumaraswamy maduri
Proc Report is used to create a customized output from
existing data.
Proc tabulate can even calculate statistics and prints the
data in tabular representation.
The basic difference is proc tabulate can calculate using
few statistics but proc report doesn't. Proc report has to
be used when you want to customize the report.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is run-group processing?
How do you define proc in sas? : sas-grid-administration
what is sas application server? : Sas-di
What is the use of PROC gplot?
Mention what is the difference between nodupkey and nodup options?
What are the limitations for memory allocation for SAS variables
how do you test for missing values? : Sas programming
How does the internal authentication work in sas? : sas-grid-administration
For what purposes have you used sas macros? : sas-macro
Explain the difference between informat and format with an example.
What are the uses of sas?
how do the in= variables improve the capability of a merge? : Sas programming
What do you code to create a macro? : sas-macro
What is the use of %include statement?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?