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
What is the difference between INPUT and INFILE ?
Mention sas system options to debug sas macros.
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
What are the functions which are used for character handling functions?
Explain what is SAS informats?
Of all your work, where have you been the most successful?
What is the maximum length of the macro variable? : sas-macro
This entry was posted in General. Bookmark the permalink. Post a comment or leave
How long can a macro variable be? A token? : sas-macro
what is SAS OPTIMIZATION?
How we can call macros with in data step? : sas-macro
If you could design your ideal job, what would it look like?
What are the ways to do a “table lookup” in sas?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?