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 a full description of the MQEPH structure,
including a description of the elementary datatype of each parameter, see MQEPH - Embedded PCF header.
For an activity report, the MQEPH structure contains the following values:
- StrucId
-
Description: |
Structure identifier. |
Datatype: |
MQCHAR4. |
Value: |
MQEPH_STRUC_ID. |
- Version
-
Description: |
Structure version number. |
Datatype: |
MQLONG. |
Values: |
MQEPH_VERSION_1. |
- StrucLength
-
Description: |
Structure length. |
Datatype: |
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. |
Datatype: |
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. |
Datatype: |
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. |
Datatype: |
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. |
Datatype: |
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
-