Previous Topic: DC242010Next Topic: DC242012


DC242011

TASK: <task-code> PROG: <program-name>; ERROR IN USER EDIT ROUTINE - MAP <map-name> FIELD AT <row>,<column>

Reason:

An error has occurred on a return from a user-written edit module. This error often occurs when a user edit module for the indicated map field has improperly adjusted the field pointer so that it points before the start of the field address in the output screen buffer. Ensure that the code within the user edit routine does not decrement the current address in the screen buffer. Recompile and relink the routine after correcting the code.

This message and message DC242019 identify the same condition but are associated with different severities. The value specified in the EXECUTE ON ERRORS field of the Response Process Definition screen of the CA ADS dialog compiler determines which message a user receives. A NO value for the EXECUTE ON ERRORS field specifies that execution halts, the system abends the task, and message DC242011 is issued.

Module:

RHDCPAGR

Severity:

3