Fields for MQRFH2
The MQRFH2 structure contains the following fields; the fields are described in alphabetical order:
- CodedCharSetId (MQLONG)
- Encoding (MQLONG)
- Flags (MQLONG)
- Format (MQCHAR8)
- NameValueCCSID (MQLONG)
- NameValueData ( MQCHARn)
NameValueData is a variable length field that contains a folder containing name-value pairs or message properties. A folder is a variable-length character string containing data encoded using an XML-like syntax. The length in bytes of the character string is given by the NameValueLength field that precedes the NameValueData field. The length must be a multiple of four. - NameValueLength ( MQLONG)
The length of the corresponding NameValueData field - StrucId (MQCHAR4)
- StrucLength (MQLONG)
- Version (MQLONG)
Parent topic: MQRFH2 - Rules and formatting header 2