In this book, we explored Proc Means, Summary, and Freq among a few of the available statistical summary functions in SAS. The Tabulate procedure incorporates many of the features of all of these. It is the ideal procedure if you want to publish some tables. It doesn't do anything new that the other procedures can't. It is fundamentally more adept at handling multiple variables and multiple levels of classes. It is good at computing multiple statistics and packaging them nicely so that you can publish your results.
Proc Tabulate
Comparing multiple Proc Means and Proc Tabulates
Let's revisit a Proc Means example we looked at in Chapter 4, Power of Statistics, Reporting, Transforming Procedures, and Functions...