Home

 

Reason (MQLONG) – output

 

Reason code qualifying CompCode.

If CompCode is MQCC_OK:

MQRC_NONE

(0, X'000') No reason to report.

If CompCode is MQCC_WARNING:

MQRC_UNKNOWN_Q_NAME

(2288, X'8F0') Queue name not found.

It may not be possible to return this code if the underlying service simply responds with success for this case.

If CompCode is MQCC_FAILED:

MQRC_SERVICE_ERROR

(2289, X'8F1') Unexpected error occurred accessing service.

MQRC_SERVICE_NOT_AVAILABLE

(2285, X'8ED') Underlying service not available.

For more information on these reason codes, see the Application Programming Reference.

 

Parent topic:

Parameters


fa19410_


 

Home