7 4 1 BEGINCHECK Parameters

LANSA Technical

7.4.1 BEGINCHECK Parameters

KEEP_COUNT

Optionally specifies the name of a field that contains an ongoing count of the number of errors detected within a BEGINCHECK/ENDCHECK validation block.

Specify the name of a numeric field that is to contain the ongoing error count. The field must be defined in the LANSA data dictionary or in this function.

*NONE is the default value and indicates that no error counter field is required for this validation block.

Note that while LANSA will automatically increment the field every time an error is detected within a validation block, it does not ever set or reset the field to zero. This is the responsibility of the programmer.