1.

Do You Use Proc Report Or Proc Tabulate? Which Do You Prefer?

Answer»

I prefer PROC report as it is highly CUSTOMIZABLE and flexible where I can define each column in whatever way I want to and even make use of SAS functions, logic processing, and assignment statements and create new. 

Variables for report MAKING use of the compute block of proc report. I referred proc report because it is more EFFICIENT tool than tabulate because with report we can do means frequency and tabulate also.

I prefer Proc report as it is highly customizable and flexible where I can define each column in whatever way I want to and even make use of SAS functions, logic processing, and assignment statements and create new. 

Variables for report making use of the compute block of proc report. I referred proc report because it is more efficient tool than tabulate because with report we can do means frequency and tabulate also.



Discussion

No Comment Found