Previous Page | Next Page

Creating Detail and Summary Reports with the REPORT Procedure

Learning More

KEEP= data set option

For an additional example, see Reading Selected Variables. For a complete documentation about the KEEP= data set option, see the SAS Language Reference: Dictionary.

PROC PRINT

For a discussion of how to create several types of detail reports, see Producing Detail Reports with the PRINT Procedure.

PROC REPORT

For complete documentation, see Base SAS Procedures Guide.

PROC TABULATE

For a discussion of how to create several types of summary reports, see Creating Summary Tables with the TABULATE Procedure

Report writing examples

For step-by-step instructions for creating a variety of reports, see SAS Guide to Report Writing: Examples.

SAS formats

For complete documentation, see SAS Language Reference: Dictionary. Many formats are available with the SAS software, such as fractions, hexadecimal values, roman numerals, social security numbers, date and time values, and numbers written as words.

WHERE statement

For a discussion, see Understanding the WHERE Statement. For complete reference documentation about the WHERE statement, see SAS Language Reference: Dictionary. For a complete discussion of WHERE processing, see SAS Language Reference: Concepts.

Previous Page | Next Page | Top of Page