Do you prefer Proc Report or Proc Tabulate? Why?
Answer Posted / 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 View All Answers
what other sas products have you used and consider yourself proficient in using? : Sas programming
do you prefer proc report or proc tabulate? Why? : Sas programming
What are the automatic variables for macro? : sas-macro
how to read the variables in sas? : Sas-administrator
Did you used proc test? when?
how does sas handle missing values in a merge? : Sas programming
What are the different servers in sas? : sas-grid-administration
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
How do you specify the number of iterations and specific condition within a single do loop?
what is hierarchy flattening? : Sas-di
what are 5 ways to perform a table lookup in sas? : Sas-administrator
How to create an external dataset with sas code?
explain about data integrator metadata reports? : Sas-di
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What do the mod and int function do? : Sas programming