what are the differences between proc report and proc
tabulate?

Answers were Sorted based on User's Feedback



what are the differences between proc report and proc tabulate?..

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

what are the differences between proc report and proc tabulate?..

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

what are the differences between proc report and proc tabulate?..

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

Post New Answer

More SAS Interview Questions

what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

0 Answers  


how we can create optional or required parameters in SAS macro...

5 Answers   TCS,


How would you code a merge that will keep only the observations that have matches from both sets.

5 Answers   Accenture, Bank Of America,


What is a macro routine?

0 Answers  


Name and describe few sas character functions that are used for data cleaning in brief.

0 Answers  






What is the use of divide function?

0 Answers  


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

0 Answers  


How would you identify a macro variable? : sas-macro

0 Answers  


What is the difference between %local and %global? : sas-macro

0 Answers  


how do we get duplicate observations in a separate dataset?

6 Answers   CitiGroup,


what is the primary data source for the wrs? : Sas-bi

0 Answers  


how can u join the two tables without using proc sql Joins and nested queries ?

6 Answers   IBM,


Categories