MQCIH_* ( CICS® information header structure and Flags)

CICS information header structure

Table 1. Structures of constants
Name Structure
MQCIH_STRUC_ID CIH¬
MQCIH_STRUC_ID_ARRAY 'C','I','H','¬'
Note: The symbol ¬ represents a single blank character.
Table 2. Values of constants
Name Decimal value Hexadecimal value
MQCIH_VERSION_1 1 X'00000001'
MQCIH_VERSION_2 2 X'00000002'
MQCIH_CURRENT_VERSION 2 X'00000002'
MQCIH_LENGTH_1 164 X'000000A4'
MQCIH_LENGTH_2 180 X'000000B4'
MQCIH_CURRENT_LENGTH 180 X'000000B4'

CICS information header Flags

Table 3. Values of constants
Name Decimal value Hexadecimal value
MQCIH_NONE 0 X'00000000'
MQCIH_PASS_EXPIRATION 1 X'00000001'
MQCIH_UNLIMITED_EXPIRATION 0 X'00000000'
MQCIH_REPLY_WITHOUT_NULLS 2 X'00000002'
MQCIH_REPLY_WITH_NULLS 0 X'00000000'
MQCIH_SYNC_ON_RETURN 4 X'00000004'
MQCIH_NO_SYNC_ON_RETURN 0 X'00000000'