Activity report MQEPH (Embedded PCF header)
Use this page to view the values contained by the MQEPH structure for an activity report
The MQEPH structure contains a description of both the PCF information that accompanies the message data of an activity report, and the application message data that follows it.
For an activity report, the MQEPH structure contains the following values:
- StrucId
Description: Structure identifier. Data type: MQCHAR4. Value: MQEPH_STRUC_ID.
- Version
Description: Structure version number. Data type: MQLONG. Values: MQEPH_VERSION_1.
- StrucLength
Description: Structure length. Data type: MQLONG. Value: Total length of the structure including the PCF parameter structures that follow it.
- Encoding
Description: Numeric encoding of the message data that follows the last PCF parameter structure. Data type: MQLONG. Value: If any data from the original application message data is included in the report message, the value will be copied from the Encoding field of the original message descriptor. Otherwise, 0.
- CodedCharSetId
Description: Character set identifier of the message data that follows the last PCF parameter structure. Data type: MQLONG. Value: If any data from the original application message data is included in the report message, the value will be copied from the CodedCharSetId field of the original message descriptor. Otherwise, MQCCSI_UNDEFINED.
- Format
Description: Format name of message data that follows the last PCF parameter structure. Data type: MQCHAR8. Value: If any data from the original application message data is included in the report message, the value will be copied from the Format field of the original message descriptor. Otherwise, MQFMT_NONE.
- Flags
Description: Flags that specify attributes of the structure or control its processing. Data type: MQLONG. Value:
- MQEPH_CCSID_EMBEDDED
- Specifies that the character set of the parameters containing character data is specified individually within the CodedCharSetId field in each structure.
- PCFHeader
Description: Programmable Command Format Header Data type: MQCFH. Value: See Activity report MQCFH (PCF header).
Parent topic: Activity report reference