[z/OS]

2366 (093E) (RC2366): MQRC_WRONG_CF_LEVEL

Explanation

An MQOPEN, MQPUT, or MQPUT1 call was issued specifying a shared queue, but the queue requires a coupling-facility structure with a different level of capability.

For example an MQPUT or MQPUT1 call was issued with a message that was bigger than 63 KB in length, and the shared queue was using an IBM® MQ CFSTRUCT with a CFLEVEL of less than 4.

This reason code occurs only on z/OS®.

Completion code

MQCC_FAILED

Programmer response

Ensure that the coupling-facility structure used for the queue is at the level required to support the capabilities that the queue provides.

You can use the DISPLAY CFSTRUCT command to display the level, and ALTER CFSTRUCT() CFLEVEL() command to modify the level; see The MQSC commands.