2358 (0936) (RC2358): MQRC_NEXT_OFFSET_ERROR
Explanation
An MQXCLWLN call was issued from a cluster workload exit to obtain the address of the next record in the chain, but the offset specified by the NextOffset parameter is not valid. NextOffset must be the value of one of the following fields:
- ChannelDefOffset field in MQWDR
- ClusterRecOffset field in MQWDR
- ClusterRecOffset field in MQWQR
- ClusterRecOffset field in MQWCR
Completion code
MQCC_FAILED
Programmer response
Ensure that the value specified for the NextOffset parameter is the value of one of the fields listed.
Parent topic: API reason codes