Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Do you prefer Proc Report or Proc Tabulate? Why?

Answers were Sorted based on User's Feedback



Do you prefer Proc Report or Proc Tabulate? Why?..

Answer / nishant

I depends on the situation where we use it.

I use proc tabulate when we need to produce matrix-style
reports which is preferred. with proc report we can produce
columnar-style report.

Is This Answer Correct ?    12 Yes 1 No

Do you prefer Proc Report or Proc Tabulate? Why?..

Answer / sireesha

Proc report is very flexible to create tables than proc
tabulate as it
----supports built-in formats
-----it has both the features of displaying output on
report template and creating datasets.....

Is This Answer Correct ?    10 Yes 1 No

Do you prefer Proc Report or Proc Tabulate? Why?..

Answer / mallikarjuna reddy

by using proc tabulate, we can get only cross tabular
reports, where as proc report generates summary reports,
listing reports besides generating cross tabular reports.

Is This Answer Correct ?    11 Yes 2 No

Do you prefer Proc Report or Proc Tabulate? Why?..

Answer / chiranjeevi.p

Proc tabulate is reffered as the 'semi statistical
procedure',which is used to generate the tabular reports.
proc report:
proc report is a pre defined procedure using which we can
generate a reports.Using the proc report,two kinds of
reports can be generated.there are
1)Detailed report
2)Summary report
Summary report is the report,which can hold more than one
observation in it.it is referred as S.report.
Detailed report is the report which can hold only a single
observation in it explained in detail.
so we can prefer the proc report instead of proc tabulate.

Is This Answer Correct ?    8 Yes 1 No

Do you prefer Proc Report or Proc Tabulate? Why?..

Answer / rajeev

i will prefer only repoer procedure because we can create
anew variables and some calculations using compute option.

Is This Answer Correct ?    4 Yes 0 No

Do you prefer Proc Report or Proc Tabulate? Why?..

Answer / satheesh

using proc report we can create a new variable using
compute block .but in the case of tabulate we didnt create..

Is This Answer Correct ?    2 Yes 0 No

Do you prefer Proc Report or Proc Tabulate? Why?..

Answer / solasa

proc tabulate when we need to produce matrix-style
reports which is preferred.

with proc report we can produce
columnar-style report.

U cant get inferential stats like p-value using PROC TABULATE

and more over the report finally what u get is aligned

in multiple pages which is not desired.

and the headings are not aligned correctly.

Is This Answer Correct ?    1 Yes 0 No

Do you prefer Proc Report or Proc Tabulate? Why?..

Answer / 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.
&#61656; It does not provide p-values beyond a simple t-test.
&#61656; It does not present “n (%)” in a desired format.
&#61656; Variable labels are not clearly differentiated from the summary statistics labels.
&#61656; “Page X of N” pagination is not available.
&#61656; 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.
&#61656; 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

Do you prefer Proc Report or Proc Tabulate? Why?..

Answer / sas - user

Proc Report and Proc Tabulate procedures are very useful
for generating reports. Proc Report is preferable in using
listing type reports and Proc Tabulate is preferable in
genrating Tables.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More SAS Interview Questions

How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.

2 Answers  


If money were no object, what would you like to do?

0 Answers   Oracle,


what is SAS/Graph?

1 Answers   CitiGroup, NTPC,


what is p-value

3 Answers   Accenture, Quintiles, Sristek,


how can get the first and last observations in a dataset using Proc SQl?

4 Answers   Satyam,


data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?

3 Answers  


What are the data types does SAS contain?

0 Answers  


Under what circumstances would you code a SELECT construct instead of IF statements?

4 Answers  


How would you include common or reuse code to be processed along with your statements?

5 Answers   PSCI,


what is AE onset date and what is RDS?

4 Answers   Accenture,


What is the differnce between SDTM 3.1.2 to 3.1.1 version

0 Answers   Wipro,


i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?

5 Answers   L&T,


Categories