Creating Detail and Summary Reports with the REPORT Procedure |
Purpose |
SAS provides a variety of report writing tools that produce detail and summary reports. The reports enable you to communicate information about your data in an organized, concise manner. The REPORT procedure enables you to create detail and summary reports in a single report writing tool.
In this section, you will learn how to use PROC REPORT to do the following:
produce enhanced reports by adding additional statements that order and group observations, sum columns, and compute overall totals
customize the appearance of reports by adding column spacing, column labels, line separators, and formats
Prerequisites |
To understand the examples in this section, you should be familiar with the following features and concepts:
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.