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 purpose of the trailing @? The @@? How would you use them?
it will become easy if uuu provide website linkssss and list of consultanciessssss
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.
why a stop statement is needed for the point= option on a set statement?
Have you ever used the SAS Debugger?
how to rearrange the data as our wish by using dataset block?
Describe the ways in which you can create a macro variable?
what are some good sas programming practices for processing very large data sets? : Sas programming
how can u create zero observation dataset?
how would you create multiple observations from a single observation? : Sas programming
explain the key concept of sas? : Sas-administrator