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 intially documentation in sas?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
what is enterprise guide? What is the use of it? : Sas programming
What is the function of output statement in a SAS Program?
What are all the problems you faced while validating tables and reports?
What’s the difference between var b1 – b3 and var b1 — b3?
Mention what is PROC in SAS?
what is data governance? : Sas-di
Describe 5 ways to do a “table lookup” in SAS?
Explain what is data step?
What are the features of SAS?
do you need to know if there are any missing values? : Sas programming
what are the categories that sas informats are used to the place the data? : Sas-administrator
What Proc glm does?
what is the use of proc contents and proc print in sas? : Sas-administrator