Do you prefer Proc Report or Proc Tabulate? Why?
Answer Posted / 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 |
Post New Answer View All Answers
How we can call macros with in data step? : sas-macro
What is the difference between using drop = data set option in data statement and set statement?
where to use sas business intelligence? : Sas-bi
Do you need to rearrange the order of the data for the report?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Did you used proc test? when?
what is transformation in sas data integration? : Sas-di
why is a stop statement needed for the point=option on a set statement? : Sas programming
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
what is information maps?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Name few SAS functions?
what is the use of sas management console? : Sas-di
Are you involved in writing the inferential analysis plan? Tables specifications?
How would you identify a macro variable?