M204.2506: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
Line 5: Line 5:
Parameter</P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Parameter</P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Definition</P></TH></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Definition</P></TH></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
function</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
token</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
MQCONN or MQDISC</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
MQCONN or MQDISC</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
user-id</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
user-id</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Line 17: Line 17:
external-name</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
external-name</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
External queue manager name</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
External queue manager name</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
mqtaskd-address</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
task-address</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Address of the associated MQTASKD control block</P></TD></TR></TABLE>
Address of the associated MQTASKD control block</P></TD></TR></TABLE>


{{Template:M204.2506 footer}}
{{Template:M204.2506 footer}}
<!-- skeleton as it was in pdf/function USER=user-id COMP_CODE=completion-code RSN_CODE=reason-code QM=queue-manager EXT_QM=external-name TASK=mqtaskd-address/-->
<!-- skeleton as it was in pdf/function USER=user-id COMP_CODE=completion-code RSN_CODE=reason-code QM=queue-manager EXT_QM=external-name TASK=mqtaskd-address/-->

Revision as of 21:11, 27 March 2018

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.

Parameter

Definition

token

MQCONN or MQDISC

user-id

User on whose behalf the connect or disconnect was performed

completion-code

Completion code returned by MQSeries API

reason-code

Reason code returned by MQSeries API

queue-manager

Queue manager entity on which the call operated

external-name

External queue manager name

task-address

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