PL/I declaration
dcl
1 MQRFH based,
3 StrucId char(4), /* Structure identifier */
3 Version fixed bin(31), /* Structure version number */
3 StrucLength fixed bin(31), /* Total length of MQRFH including
NameValueString */
3 Encoding fixed bin(31), /* Numeric encoding of data that
follows NameValueString */
3 CodedCharSetId fixed bin(31), /* Character set identifier of data
that follows NameValueString */
3 Format char(8), /* Format name of data that follows
NameValueString */
3 Flags fixed bin(31); /* Flags */