Introduction

The TABULATE procedure gives you power and flexibility in summarizing your data in table form. PROC TABULATE creates customized one-, two-, and three-dimensional tables that display any of a large number of descriptive statistics. You can

  • modify virtually any feature of a table
  • calculate percentages
  • produce subreports without sorting data
  • summarize data and produce a report in one step
  • generate multiple tables in one step.

This lesson shows you how to design simple tables and how to create them using the TABULATE procedure.

To view the SAS statements that created a report, select an image.


One-Dimensional
Tabular Report

one-dimensional tabular report

        Two-Dimensional
Tabular Report

two-dimensional tabular report

 
Three-Dimensional
Tabular Report

ActLevel HIGH
three-dimensional tabular report

Enhanced
Tabular Report

Average Height and Weight
for Males and Females

enhanced tabular report
March 12, 2002



1.5 hours



In this lesson, you learn how to specify

  • the variables to appear in your table
  • the statistic to be computed for each variable
  • the arrangement of statistics and variables in the table
  • additional features such as formats for values in the table, column and row totals, and labels for statistics, and a label for a summary variable.

You can also learn or review ways to select observations that meet certain conditions.


complete the following lessons:

  • .