M204.2521

From m204wiki
Jump to navigation Jump to search

M204.2521  Queue manager: token not found

On an MQ/204 DEFINE QUEUE statement, the queue manager entity named on the QM or QUEUEMANAGER option was not found. This can be due to:

  • Spelling errors
  • The queue manager entity was not defined first using DEFINE QUEUEMANAGER.

Response: After determining the cause of the message, either correct the DEFINE QUEUE statement or issue a DEFINE QUEUEMANAGER statement.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages