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_CHAR_ATTRS_TOO_SHORT

(2008, X'7D8') Not enough space allowed for character attributes.

MQRC_INT_ATTR_COUNT_TOO_SMALL

(2022, X'7E6') Not enough space allowed for integer attributes.

MQRC_SELECTOR_NOT_FOR_TYPE

(2068, X'814') Selector not applicable to queue type.

If CompCode is MQCC_FAILED:

MQRC_ADAPTER_NOT_AVAILABLE

(2204, X'89C') Adapter not available.

MQRC_ADAPTER_SERV_LOAD_ERROR

(2130, X'852') Unable to load adapter service module.

MQRC_API_EXIT_ERROR

(2374, X'946') API exit failed.

MQRC_API_EXIT_LOAD_ERROR

(2183, X'887') Unable to load API exit.

MQRC_ASID_MISMATCH

(2157, X'86D') Primary and home ASIDs differ.

MQRC_CALL_IN_PROGRESS

(2219, X'8AB') MQI call entered before previous call complete.

MQRC_CF_STRUC_FAILED

(2373, X'945') Coupling-facility structure failed.

MQRC_CF_STRUC_IN_USE

(2346, X'92A') Coupling-facility structure in use.

MQRC_CHAR_ATTR_LENGTH_ERROR

(2006, X'7D6') Length of character attributes not valid.

MQRC_CHAR_ATTRS_ERROR

(2007, X'7D7') Character attributes string not valid.

MQRC_CICS_WAIT_FAILED

(2140, X'85C') Wait request rejected by CICS.

MQRC_CONNECTION_BROKEN

(2009, X'7D9') Connection to queue manager lost.

MQRC_CONNECTION_NOT_AUTHORIZED

(2217, X'8A9') Not authorized for connection.

MQRC_CONNECTION_STOPPING

(2203, X'89B') Connection shutting down.

MQRC_HCONN_ERROR

(2018, X'7E2') Connection handle not valid.

MQRC_HOBJ_ERROR

(2019, X'7E3') Object handle not valid.

MQRC_INT_ATTR_COUNT_ERROR

(2021, X'7E5') Count of integer attributes not valid.

MQRC_INT_ATTRS_ARRAY_ERROR

(2023, X'7E7') Integer attributes array not valid.

MQRC_NOT_OPEN_FOR_INQUIRE

(2038, X'7F6') Queue not open for inquire.

MQRC_OBJECT_CHANGED

(2041, X'7F9') Object definition changed since opened.

MQRC_OBJECT_DAMAGED

(2101, X'835') Object damaged.

MQRC_PAGESET_ERROR

(2193, X'891') Error accessing page-set data set.

MQRC_Q_DELETED

(2052, X'804') Queue has been deleted.

MQRC_Q_MGR_NAME_ERROR

(2058, X'80A') Queue manager name not valid or not known.

MQRC_Q_MGR_NOT_AVAILABLE

(2059, X'80B') Queue manager not available for connection.

MQRC_Q_MGR_STOPPING

(2162, X'872') Queue manager shutting down.

MQRC_RESOURCE_PROBLEM

(2102, X'836') Insufficient system resources available.

MQRC_SELECTOR_COUNT_ERROR

(2065, X'811') Count of selectors not valid.

MQRC_SELECTOR_ERROR

(2067, X'813') Attribute selector not valid.

MQRC_SELECTOR_LIMIT_EXCEEDED

(2066, X'812') Count of selectors too big.

MQRC_STORAGE_NOT_AVAILABLE

(2071, X'817') Insufficient storage available.

MQRC_SUPPRESSED_BY_EXIT

(2109, X'83D') Call suppressed by exit program.

MQRC_UNEXPECTED_ERROR

(2195, X'893') Unexpected error occurred.

For detailed information on these codes, see:



 

Home