Producing Detail Reports with the PRINT Procedure |
Purpose |
Detail reports, or simple data listings, contain one row for every observation that is selected for inclusion in the report. A detail report provides information about every record that is processed. For example, a detail report for a sales company includes all the information about every sale made during a particular quarter of the year. The PRINT procedure is one of several report writing tools that you can use to create a variety of detail reports.
In this section, you will learn how to do the following:
produce simple reports by using a few basic PROC PRINT options and statements
produce enhanced reports by adding additional statements that format values, sum columns, group observations, and compute totals
customize the appearance of reports by adding titles, footnotes, and column labels
Prerequisites |
Before proceeding with this section, you should be familiar with the following features and concepts:
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.