Home
MQCFSF - PCF string filter parameter
The MQCFSF structure describes a string filter parameter. The format name in the message descriptor is MQFMT_ADMIN.
The MQCFSF structure is used in Inquire commands to provide a filter condition. This filter condition is used to filter the results of the Inquire command and return to the user only those objects that satisfy the filter condition.
The results of filtering character strings on EBCDIC-based systems may be different from those achieved on ASCII-based systems. This is because comparison of character strings is based on the collating sequence of the internal built-in values representing the characters.
When an MQCFSF structure is present, the Vfield in the MQCFH structure at the start of the PCF must be MQCFH_VERSION_3 or higher.
Parent topic:
Structures for commands and responses
pc15140_
Home