How to use control statements

This topic describes purpose and syntax of the control statements that you can use to create Postprocessor reports. Table 1 gives a summary of the available control statements. It also indicates which control statements are required and which you can omit to accept a default value.

Supply the control statements after the SYSIN DD statement in the job you submit to start the Postprocessor.

Table 1. Postprocessor Control Statement Summary
Processor
Control
Statement
Interval
Report
Duration Report Summary Report Exception Report Overview Report Notes® See
DATE 1 DATE
DELTA         1 DELTA
DINTV         2,3 DINTV
ETOD       1 ETOD
EXCEPT       2 EXCEPT
EXITS 1 EXITS
EXRPTS         2 EXRPTS
OVERVIEW         2 OVERVIEW
OVW         2 OVW
REPORTS       2 REPORTS
RTOD       1 RTOD
SESSION         1 SESSION
STOD         1 STOD
SUMMARY         1 SUMMARY
SYSID 1 SYSID
SYSOUT 1 SYSOUT
SYSRPTS       2 SYSRPTS
Note:
  1. If the default value is acceptable, you need not specify the control statement explicitly.
  2. You must specify the control statement explicitly.
  3. You cannot request duration reports concurrently with interval reports; each type of report requires a separate Postprocessor session. However, you can request duration reports concurrently with exception generated interval reports and summary and exception reports concurrently with either duration or interval reports.

The remainder of this topic describes the control statements in alphabetical order.