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

how can you create zero observation dataset? : Sas programming

644


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

547


What is maximum storage capability of SAS?

913


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2270


Name some categories in sas 9? : sas-grid-administration

561






What is SAS informats?

640


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

637


what is operational data and operational system? : Sas-di

638


how can you import .csv file in to sas? : Sas programming

642


is data integration and etl programming is same? : Sas-di

580


what is the use of proc sql? : Sas programming

602


what type of graphs we will create(for 2+years candidates)?

1908


Describe what are the different levels of administrative users in sas? : sas-grid-administration

608


What is SAS?

626


What is the difference between nodupkey and nodup options?

599