CONTROL
CONTROL
— grouping element for batch edit checks processing options
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.34. 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>