2105 (0839) (RC2105): MQRC_STORAGE_CLASS_ERROR
Explanation
The MQPUT or MQPUT1 call was issued, but the storage-class object defined for the queue does not exist.
This reason code occurs only on z/OS .
Completion code
MQCC_FAILED
Programmer response
Create the storage-class object required by the queue, or modify the queue definition to use an existing storage class. The name of the storage-class object used by the queue is given by the StorageClass queue attribute.
Parent topic: API reason codes