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
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
How many data types are there in SAS?
Explain how merging helps to combine data sets.
how are numeric and character missing values represented internally? : Sas programming
how does sas handle missing values in functions? : Sas programming
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Are you sensitive to code walk-throughs peer review or QC review?
what is operational data and operational system? : Sas-di
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?
What is the difference between reading data from an external file and reading data from an existing data set?
What is the basic syntax style in SAS?
What are the limitations for memory allocation for SAS variables
Mention what is the difference between nodupkey and nodup options?
which date functions advances a date time or date/time value by a given interval? : Sas programming