Previous Topic: SyntaxNext Topic: Examples


Parameters

Syntax rules appear in Chapter 1, "Introduction," except as follows:

INPUT

Specifies the record size and block size of the input archive journal file and also names the CA Culprit for CA IDMS input module required to execute journal reports.

archive=block-size

Specifies the record size and block size of the archive journal file. Archive-block-size must equal the archive journal block size specified in the physical DDL ARCHIVE JOURNAL statement.

Note: Archive-block-size must be specified twice.

UM(CULLJRNL)

Specifies the name of the CA Culprit for CA IDMS input module.

JREPORT=jreport-number

Identifies the reports to be printed. Multiple JREPORT statements can be submitted in a single run; each statement can specify one or more report numbers. The JREPORT statement must be coded starting in column 1.

Jreport-number specifies a journal report number in the range 001 through 008; leading zeros can be omitted. Multiple journal report numbers must be separated by blanks or commas.

SELECT/BYPASS WHEN boolean-expression

Specifies selection criteria to be applied to every journal record during the extract phase of processing.

The CA Culprit for CA IDMS buffer contains one journal record at a time. Selection criteria are applied to each record. Therefore, if the selection criteria pertain to a field in one journal record type, additional selection criteria must be specified to select (rather than bypass) other journal record types required for a particular report.

Note: To determine which fields are contained in a journal record, refer to JREPORT-000. If a field is not in all journal record types, you must select the type in conjunction with the field to ensure correct record addressing. Field TYPE will be equal to one of the four-character journal record types documented under Types of Journal Records.