CSV430I   MODULE modname FOR EXIT exitname HAS BEEN MADE INACTIVE DUE TO ABEND=compcode REASON=rsn

Explanation

The named exit routine reached its error threshold and will no longer be given control.

In the message text:
modname
The name of the exit routine
exitname
The name of the exit
compcode
The abend completion code. It is in the hexadecimal form sssuuu, where sss is the system completion code, and uuu is the user completion code.
rsn
The hexadecimal abend reason code

System action

The system ensures that the exit routine will not be given control again.

System programmer response

Correct the exit routine. Use the SETPROG EXIT command to delete the current version of the exit routine and add the new version.

Module

CSVEXPR

Source

Contents supervision (CSV)

Routing Code

10

Descriptor Code

-