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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

1315


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

1183


How many data types are there in SAS?

1133


Explain how merging helps to combine data sets.

1113


how are numeric and character missing values represented internally? : Sas programming

1200


how does sas handle missing values in functions? : Sas programming

1285


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

1321


Are you sensitive to code walk-throughs peer review or QC review?

3200


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

1158


How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?

2986


What is the difference between reading data from an external file and reading data from an existing data set?

1232


What is the basic syntax style in SAS?

1229


What are the limitations for memory allocation for SAS variables

1548


Mention what is the difference between nodupkey and nodup options?

1060


which date functions advances a date time or date/time value by a given interval? : Sas programming

1009