PL/I declaration for MQDH
dcl 1 MQDH based, 3 StrucId char(4), /* Structure identifier */ 3 Version fixed bin(31), /* Structure version number */ 3 StrucLength fixed bin(31), /* Length of MQDH structure plus following MQOR and MQPMR records */ 3 Encoding fixed bin(31), /* Numeric encoding of data that follows the MQOR and MQPMR records */ 3 CodedCharSetId fixed bin(31), /* Character set identifier of data that follows the MQOR and MQPMR records */ 3 Format char(8), /* Format name of data that follows the MQOR and MQPMR records */ 3 Flags fixed bin(31), /* General flags */ 3 PutMsgRecFields fixed bin(31), /* Flags indicating which MQPMR fields are present */ 3 RecsPresent fixed bin(31), /* Number of MQOR records present */ 3 ObjectRecOffset fixed bin(31), /* Offset of first MQOR record from start of MQDH */ 3 PutMsgRecOffset fixed bin(31); /* Offset of first MQPMR record from start of MQDH */Parent topic: Initial values and language declarations for MQDH