2155 (086B) (RC2155): MQRC_OBJECT_RECORDS_ERROR
Explanation
An MQOPEN or MQPUT1 call was issued to open a distribution list (that is, the
RecsPresent field in MQOD is greater than zero), but the MQOR object records are
not specified correctly. One of the following applies:ObjectRecOffsetis zero andObjectRecPtris zero or the null pointer.ObjectRecOffsetis not zero andObjectRecPtris not zero and not the null pointer.ObjectRecPtris not a valid pointer.ObjectRecPtrorObjectRecOffsetpoints to storage that is not accessible.
Completion code
MQCC_FAILED
Programmer response
Ensure that one of ObjectRecOffset and ObjectRecPtr is zero and
the other nonzero. Ensure that the field used points to accessible storage.