what are the differences between proc report and proc
tabulate?
Answers were Sorted based on User's Feedback
Answer / sandhya
Generally, PROC TABULATE takes a lot of memory space, which
slows down the perfomance. If we are working in one of the
many client machine with one common server, it is suggested
that we use PROC REPORT. PROC TABULATE is an effective
reporting procedure for a large dataset.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / ravi
Proc Report is used for listing output and ODS destinations
Proc tabulate is an alternative to using Proc report or File Print. Proc Tabulate summarizes value for all observation in a data set and prints the summaries in a table format.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / 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 |
what is the main difference between rename and label? (don't say that they both perform the same function).
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.
what are sas bi dashboard components? : Sas-bi
how do the in= variables improve the capability of a merge? : Sas programming
Code a PROC MEANS that shows both summed and averaged output of the data.
explain about various caches available in data integrator? : Sas-di
Why is a STOP statement needed for the point=option on a SET statement?
sas implimented companies in hyderabad
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.
How to get top scorer student from a class-table having different sections A,B, C & D? Each section having same number of students.
For what purpose(s) would use the RETURN statement?
How do you debug and test your SAS programs?