Standard parameters

CompCode
name:
"MQPSCompCode"   (string constant: MQPS_COMPCODE)
value:
The completion code is returned in decimal form, and takes one of three values:
MQCC_OK
Command completed successfully
MQCC_WARNING
Command completed with warning
MQCC_FAILED
Command failed
Reason
name:
"MQPSReason"   (string constant: MQPS_REASON)
value:
A decimal value corresponding to the error code. It is set to the value of MQRC_NONE if CompCode is set to MQCC_OK.

Error codes are listed in topic Error codes applicable to all commands, and in the sections describing individual command messages.

ReasonText
name:
"MQPSReasonText"   (string constant: MQPS_REASON_TEXT)
value:
A string corresponding to the error code. It is set to MQRC_NONE if CompCode is set to MQCC_OK.

Error codes are listed in topic Error codes applicable to all commands, and in the sections describing individual command messages.