Previous Topic

Next Topic

Book Contents

Book Index

DD Statements

The Reconciliation facility requires a number of DD statements that must be included in the JCL of the job invoking the reconciliation rule:

Table 297 Required DD Statements for the Reconciliation Facility

Statement

Description

SORTIN

For the WRITE function: Temporary output of the function to be used by a later stage.

For the SETKEY function: Input file on which the function operates.

SORTOUT

Output of the MERGE and SUM functions. Work file for the MERGEX and SUMX functions.

SRECOUT1

Output (unmatched records) of the MERGEX and SUMX functions.

SRECOUT2

Output (matched records) of the MERGEX and SUMX functions. Produced only if parameter match is set to YES.

SORTWKnn

Temporary work space files. The amount of work space required depends on the number of records processed.

SYSOUT

Output spool file for statistics and error messages.

Three sample JCL members that invoke a reconciliation rule are illustrated in the following examples.

Parent Topic

Reconciliation Facility