Previous Topic

Next Topic

Book Contents

Book Index

Arguments

All arguments passed to the CTBRECL program must be predefined Control-M/Analyzer Local variables. For example, the values must be assigned before activating the CTBRECL program.

Table 295 SUM Reconciliation Function Arguments

Argument

Description

recFunc

Reconciliation function to be used when specifying the CTBRECL program. Set the value of the recFunc Control-M/Analyzer Local variable to SUM before invoking the DO CALLUSER statement. Mandatory.

argNum

Number of offset, len, and fldType arguments specified in this DO CALLUSER statement. argNum must be a Control-M/Analyzer Local variable with a numeric value. Mandatory.

offset

Starting position of the corresponding field to be summed in the file being processed. For example, if the starting position is the left-most column in a record, set the value of offset to one. Must be a Control-M/Analyzer Local variable with a numeric value.

len

Length of the corresponding field that should be totaled, starting at the previous offset. Must be a Control-M/Analyzer Local variable with a numeric value.

fldType

Type of the field to be totaled. Valid values are:.

  • ZD—Signed, zoned decimal field
  • PD—Packed decimal field
  • BI—Signed binary field

Note: At least one offset-len-fldType set must be specified. The number of offset-len-fldType sets is limited by the maximum number of arguments that can be specified in a DO CALLUSER statement. Each set of these arguments specifies a field to be summed.

Parent Topic

SUM