Initial values and language declarations for MQRR

Field name Name of constant Value of constant
CompCode MQCC_OK 0
Reason MQRC_NONE 0
Notes:
  1. In the C programming language, the macro variable MQRR_DEFAULT contains the values that are listed in the table. Use it in the following way to provide initial values for the fields in the structure:
    MQRR MyRR = {MQRR_DEFAULT};
    

Parent topic: MQRR - Response record