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
how many types prompting framework can be broken down to? : Sas-bi
What do you know about sas data set?
How to include or exclude specific variables in a data set?
how to remove duplicates using proc sql?
how does sas handle missing values in a merge? : Sas programming
Have you ever used the SAS Debugger?
I need level 2 to 5 sas using companies in india
What is a method to debug and test your SAS program?
What is SAS?
How to limit decimal places for the variable using proc means?
Tell me about % include and % eval? : sas-macro
What is maximum storage capability of SAS?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
what is star schema? : Sas-di