2264 (08D8) (RC2264): MQRC_DEST_NAME_ERROR
Explanation
This reason occurs when a channel exit that processes reference messages detects an error in the
destination name data of a reference message header (MQRMH). One of the following is true:
DestNameLengthis less than zero.DestNameLengthis greater than zero, but there is no destination name data.DestNameLengthis greater than zero, butDestNameOffsetis negative, zero, or less than the length of the fixed part of MQRMH.DestNameLengthis greater than zero, butDestNameOffsetplusDestNameLengthis greater thanStrucLength.
The exit returns this reason in the Feedback field of the MQCXP structure. If an
exception report is requested, it is copied to the Feedback field of the MQMD
associated with the report.
Completion code
MQCC_FAILED
Programmer response
Specify the destination name data correctly.