2418 (0972) (RC2418): MQRC_FILTER_OPERATOR_ERROR
Explanation
The Operator parameter supplied is not valid.
If it is an input variable then the value is not one of the MQCFOP_* constant values. If it is an output variable then the parameter pointer is not valid, or it points to read-only storage. (It is not always possible to detect parameter pointers that are not valid; if not detected, unpredicatable results occur.)
Completion code
MQCC_FAILED
Programmer response
Correct the parameter.
Parent topic: API reason codes