MQCFOP_* (Command format Filter Operators)
See:
- Operator field in the MQCFIF structure in Chapter 4 "Structures used for commands and responses" of theWebSphere MQ Programmable Command Formats and Administration Interface.
- Operator field in the MQCFSF structure in Chapter 4 "Structures used for commands and responses" of the WebSphere MQ Programmable Command Formats and Administration Interface.
- Operator field in the MQCFBF structure in Chapter 4 "Structures used for commands and responses" of WebSphere MQ Programmable Command Formats and Administration Interface.
MQCFOP_LESS |
1 |
X'00000001' |
MQCFOP_EQUAL |
2 |
X'00000002' |
MQCFOP_GREATER |
4 |
X'00000004' |
MQCFOP_NOT_LESS |
6 |
X'00000006' |
MQCFOP_NOT_EQUAL |
5 |
X'00000005' |
MQCFOP_NOT_GREATER |
3 |
X'00000003' |
MQCFOP_LIKE |
18 |
X'00000012' |
MQCFOP_NOT_LIKE |
21 |
X'00000015' |
MQCFOP_CONTAINS |
10 |
X'0000000A' |
MQCFOP_EXCLUDES |
13 |
X'0000000D' |
MQCFOP_CONTAINS_GEN |
26 |
X'0000001A' |
MQCFOP_EXCLUDES_GEN |
29 |
X'0000001D' |