Do you prefer Proc Report or Proc Tabulate? Why?

Answer Posted / balanarasimhudu

By using TABULATE procedure, we can get quick descriptive statistics on data, but it does not meet the typical needs of generating clinical trial tables, some reasons.
 It does not provide p-values beyond a simple t-test.
 It does not present “n (%)” in a desired format.
 Variable labels are not clearly differentiated from the summary statistics labels.
 “Page X of N” pagination is not available.
 Missing values are handled in an “all or nothing” way, so if you exclude missing
values for one variable, you end up excluding all data for that record for the other
variables in the summary.
 It does not place population counts in the column heading.

The REPORT procedure was designed as a flexible report writing tool that combines features of the PRINT, MEANS, and TABULATE procedures along with “PUT” capabilities commonly used in the DATA step. so, I prefer to use proc report until I have cross tabulation tables, because, it gives me so many options to modify the look up of my table,(Ex: width option, by this we can change the width of each column in table like this so many options, statements we can use in proc report).

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is study design in while working with SAS? what are screening variables in SAS?

1677


How would you identify a macro variable?

643


How substr function works in sas?

699


What is the order of application for output data set options, input data set options and SAS statements?

1077


how will you locate the sas platform applications? : Sas-bi

576






Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?

1764


how does sas handle missing values in a merge? : Sas programming

549


what do the pad and dim functions do? : Sas programming

560


What is the command used to find missing values?

586


What is the use of the %include statement?

680


What does P-value signify about the statistical data?

846


Can you execute a macro within a macro? Describe. : sas-macro

665


Explain append procedure?

627


What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro

576


What function CATX syntax does?

683