Previous Topic

Next Topic

Book Contents

Book Index

DO CALLUSER: Automated Balancing Statement

Calls a user routine.

Figure 187 DO CALLUSER Statement Format

Optional. Type the word CALLUSER (or its abbreviation CA) next to the DO in the Rule Definition screen. When Enter is pressed, the = prompt and the following fields are displayed:

Table 222 DO CALLUSER Statement Fields

Field

Description

name

Name of the user routine to process. This name can have a maximum of 8 characters. Mandatory.

Program CTBRECL is the user routine that invokes the Reconciliation facility.

ARG

Input and output arguments to be passed to the block. If specified, arguments must be predefined Local or Database variables, separated by commas. A maximum of 50 arguments can be specified. Optional.

Note: Database variables can be embedded in the ARG parameter only if they have not yet been committed. After a Database variable is committed, it cannot be specified in the ARG parameter.

When set to Y (Yes), the C (Continue?) field provides space for specifying additional variables. A maximum of 10 lines can be opened. Specifying N (No) in the C (Continue?) field closes the following preexisting line.

Parent Topic

Rule Definition