Home
PL/I language declaration (z/OS only)
dcl 1 MQCFBF based, 3 Type fixed bin(31) init(MQCFT_BYTE_STRING_FILTER), /* Structure type */ 3 StrucLength fixed bin(31) init(MQCFBF_STRUC_LENGTH_FIXED), /* Structure length */ 3 Parameter fixed bin(31) init(0), /* Parameter identifier */ 3 Operator fixed bin(31) init(0), /* Operator identifier */ 3 FilterValueLength fixed bin(31) init(0); /* Filter value length */
Parent topic:
Language declarations
pc14740_
Home