M204.2504: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
<P>This informational message reports the results of a [[MQ/204_architecture_and_environment#MQ.2F204_architecture|WebSphere MQ API]] call.</P>
<P>This informational message reports the results of a [[MQ/204_architecture_and_environment#MQ.2F204_architecture|WebSphere MQ API]] call.</P>
<TABLE BORDER="1"><TR class="head"><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
<TABLE BORDER="1"><TR class="head"><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Parameter</P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Information</P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Defines</P></TH></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Represents</P></TH></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
token</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<var class="term">token</var></P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
MQSeries API call, such as MQOPEN and MQCLOSE</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
MQSeries API call, such as MQOPEN and MQCLOSE</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 <var class="term">token2</var></P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
User for whom the call was performed </P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
User for whom the call was performed </P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
completion-code</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
comp_code <var class="term">token3</var></P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Completion code returned by the API call </P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Completion code returned by the API call </P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
reason-code</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
rsn_code <var class="term">token4</var></P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Reason code returned by the API call </P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Reason code returned by the API call </P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
queue-manager</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
qm <var class="term">token5</var></P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Queue manager entity on which the call operated</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Queue manager entity on which the call operated</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
queue</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
q <var class="term">token6</var></P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Queue entity, if any, on which the call operated</P></TD></TR></TABLE>
Queue entity, if any, on which the call operated</P></TD></TR></TABLE>


{{Template:M204.2504 footer}}
{{Template:M204.2504 footer}}
<!-- skeleton as it was in pdf/function USER=user-id COMP_CODE=completion-code RSN_CODE=reason-code QM=queue-manager Q=queue/-->
<!-- skeleton as it was in pdf/function USER=user-id COMP_CODE=completion-code RSN_CODE=reason-code QM=queue-manager Q=queue/-->

Latest revision as of 00:16, 28 March 2018

M204.2504  token user​=​token2 comp_code​=​token3 rsn_code​=​token4 qm​=​token5 q​=​token6

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

Information

Represents

token

MQSeries API call, such as MQOPEN and MQCLOSE

user token2

User for whom the call was performed

comp_code token3

Completion code returned by the API call

rsn_code token4

Reason code returned by the API call

qm token5

Queue manager entity on which the call operated

q token6

Queue entity, if any, on which the call operated


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