Home

 

Initial values and language declarations

Table 51. Initial values of fields in MQOR
Field name Name of constant Value of constant
ObjectName None Null string or blanks
ObjectQMgrName None Null string or blanks
Notes:

  1. The value Null string or blanks denotes the null string in C, and blank characters in other programming languages.

  2. In the C programming language, the macro variable MQOR_DEFAULT contains the values listed above. It can be used in the following way to provide initial values for the fields in the structure:

    MQOR MyOR = {MQOR_DEFAULT};



 

Home