Previous Topic: 0005INext Topic: 0011E


0010E

INVALID RETURN CODE ‘rc’ FROM USEREXIT ‘exitname

Reason:

A command has caused a site developed user exit to be called that has returned a return code that is not valid. All user exits have specific return codes that are acceptable and have defined meanings. At most, an exit can return with return codes of 0, 4, 8, or 12. Depending on the user exit, not all of these may be valid.

Action:

Refer to the Reference Guide for details on the return codes that are valid for the indicated user exit. Correct the user exit routine to use only those values that are expected and allowed.