Previous Page | Next Page

Creating Summary Tables with the TABULATE Procedure

Learning More

Locating procedure output

See Understanding and Customizing SAS Output: The Basics.

Missing values

For a discussion about missing values, see SAS Language Reference: Concepts. Information about handling missing values is also in PROC TABULATE by Example.

ODS

For complete documentation on how to use the Output Delivery System, see SAS Output Delivery System: User's Guide.

PROC TABULATE

See the TABULATE procedure in the Base SAS Procedures Guide.

For a detailed discussion and comprehensive examples of the TABULATE procedure, see PROC TABULATE by Example.

SAS formats

See SAS Language Reference: Dictionary. Many formats are available with SAS, such as fractions, hexadecimal values, roman numerals, social security numbers, date and time values, and numbers written as words.

Statistics

For a list of the statistics available in the TABULATE procedure, see the discussion of concepts in the TABULATE procedure in the Base SAS Procedures Guide. For more information about the listed statistics, see the discussion of elementary statistics in the appendix of the Base SAS Procedures Guide.

Style attributes

For information about style attributes that can be set for a style element by using the Output Delivery System, see Base SAS Procedures Guide.

Summary tables

For additional examples of how to produce a variety of summary tables, see SAS Guide to Report Writing: Examples.

For a discussion of how to use the REPORT procedure to create summary tables, see Creating Detail and Summary Reports with the REPORT Procedure.

Tabular reports

For interactive online examples and discussion, see lessons related to creating tabular reports in SAS Online Tutor for Version 8: SAS Programming.

Title statement

See Producing Detail Reports with the PRINT Procedure.

Previous Page | Next Page | Top of Page