Initial values and language declarations for MQRFH
Field name Name of constant Value of constant StrucId MQRFH_STRUC_ID 'RFH¬' Version MQRFH_VERSION_1 1 StrucLength MQRFH_STRUC_LENGTH_FIXED 32 Encoding MQENC_NATIVE Depends on environment CodedCharSetId MQCCSI_UNDEFINED 0 Format MQFMT_NONE Blanks Flags MQRFH_NONE 0 Notes:
- The symbol ¬ represents a single blank character.
- In the C programming language, the macro variable MQRFH_DEFAULT contains the values that are listed in the table. It can be used in the following way to provide initial values for the fields in the structure:
MQRFH MyRFH = {MQRFH_DEFAULT};
- C declaration for MQRFH
- COBOL declaration for MQRFH
- PL/I declaration for MQRFH
- High Level Assembler declaration for MQRFH
- Visual Basic declaration for MQRFH
Parent topic: MQRFH - Rules and formatting header