CONTROL

CONTROL — grouping element for batch edit checks processing options

Synopsis

Content model

CONTROL ::=
(MOVETO?, REASON?)

Attributes

None.

Description

Certain elements of the control input file language may themselves be present to provide end-user control over the actions and behavior of the batch edit checks program itself. These elements are defined within a CONTROL or REASON element.

The CONTROL and REASON elements apply to all BATCH elements within the input control file and hence is defined once before any BATCH definition.

Parents

These elements contain CONTROL: BATCHLIST.

Children

The following elements occur in CONTROL: MOVETO, REASON.

Examples

Example 6.32. Specify that the looping limit is 30 consecutive dfmoveto() invocations and a non-default reason for data changes

<CONTROL>
    <MOVETO number="30" />
    <REASON>converting all responses to 2 decimals of precision</REASON>
</CONTROL>