40 OVERFLOW
40 OVERFLOW
If the RESP of the CICS command is equal to "40", then it's meaning is OVERFLOW.
Correct the mapped data size programmatically.
Default Action - The task gets terminated abnormally.
Command | RESP | RESP2 | Reason, Deafult Action & Solution |
---|---|---|---|
SEND MAP | 40 | Reason - Occurs if the mapped data does not fit on the current page.
This condition is only raised if a HANDLE CONDITION OVERFLOW command is active. Solution - Reduce the mapped data size to fit the current page or handle the OVERFLOW condition if you don’t want to abend even though overflow occurs. |