SUMMARY

The SUMMARY control statement specifies whether a Summary report is to be produced and indicates the type of summary data that you require. The syntax of the statement is:

SUMMARY(type)|NOSUMMARY
where type can be either or both of the following:
INT
Indicating that one interval summary line is to be produced for each measurement interval that falls within the reporting period.
TOT
Indicating that one total summary data line is to be produced for all the measurement intervals that fall within the reporting period.

When both are specified, INT and TOT can appear in any order. When you explicitly specify SUMMARY, you must specify the type of summary data that you require. Specifying SUMMARY without type causes a syntax error. When you omit the SUMMARY statement, the default is SUMMARY(INT,TOT). That is, a Summary report is produced, and the report includes both interval summary data lines and a total summary data line.

When a Summary report consists of more than one page, the headings are repeated for each page. When total summary data is requested, a total summary line is generated for the intervals on each page, and the last page of the report contains a total summary data line that reflects the contents of all pages in the report.