Start of change
IEB1179W
{CONTROL STATEMENT | MEMBER SELECTION} USER EXIT SET HIGHEST RC=return-code AND REASON CODE=X'reason'

Explanation

The user exit returned a new combined highest return-code and associated reason-code.

In the message text:
return-code
A decimal number to be set as the new maximum return code.
reason
A 16-digit hexadecimal reason code associated with this return code.

System action

The operation resumes normally.

Programmer response

No response is needed unless the documentation for the exit indicates that this combination of return and reason code is a problem.

Source

IEBCUXT

End of change