| 1. |
Do You Prefer Proc Report Or Proc Tabulate? Why? |
|
Answer» I prefer to USE Proc REPORT until I have to create 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 the table) Where as Proc tabulate UNABLE to produce some of the things in my table. Ex: tabulate doesn’t produce n (%) in the desirable format. I prefer to use Proc report until I have to create 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 the table) Where as Proc tabulate unable to produce some of the things in my table. Ex: tabulate doesn’t produce n (%) in the desirable format. |
|