M204.2506

From m204wiki
Revision as of 00:21, 28 March 2018 by ELowell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.2506  token user​=​token2 comp_code​=​token3 rsn_code​=​token4 qm​=​token5 ext_qm​=​token6 task​=​hexValue

This informational message reports the results of a WebSphere MQ API MQCONN or MQDISC call.

Information

Represents

token

MQCONN or MQDISC

user token2

User on whose behalf the connect or disconnect was performed

comp_code token3

Completion code returned by MQSeries API

rsn_code token4

Reason code returned by MQSeries API

qm token5

Queue manager entity on which the call operated

ext_qm token6

External queue manager name

task hexValue

Address of the associated MQTASKD control block


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITRKWrites the message with line type RK to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages