2056 (0808) (RC2056): MQRC_Q_SPACE_NOT_AVAILABLE
Explanation
An MQPUT or MQPUT1 call was issued, but there is no space available for the queue on disk or other storage device.
This reason code can also occur in the Feedback field in the message descriptor of a report message; in this case it indicates that the error was encountered by a message channel agent when it attempted to put the message on a remote queue.- On z/OSĀ®, this reason code does not occur.
Completion code
MQCC_FAILED
Programmer response
Check whether an application is putting messages in an infinite loop. If not, make more disk space available for the queue.