REPORT control statement

A REPORT control statement controls report output. The REPORT statement applies to all members that are specified in the SYSIN DD statement, regardless of the order of the statements.

The REPORT control statement supports the following parameters:

SOURCE
This parameter specifies to generate the source-level compare reports in the SYSPRINT data set.
NODIFF
This parameter specifies to generate the source-level compare reports even when no difference is found. This parameter is effective only when the SOURCE parameter is specified on the REPORT statement.
CTLSTMT
This parameter specifies to generate the control statement report in the SYSPRINT data set.

Examples

You can code the REPORT control statement in the following ways:

  • REPORT=SOURCE
  • REPORT=CTLSTMT
  • REPORT=SOURCE,NODIFF
  • REPORT=SOURCE,NODIFF,CTLSTMT
  • REPORT=SOURCE
    REPORT=NODIFF
    REPORT=CTLSTMT