M204.1898: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (remove 0 from token0)
 
Line 1: Line 1:
{{Template:M204.1898 skeleton}}
{{Template:M204.1898 skeleton}}
<P>
<P>
If the message reads <code>LINK <i>token0</i> SCHEDULED TO BE CLOSED</code>, the link will be closed. If the message reads <code>LINK <i>token0</i> CLOSED</code>, the link has been successfully closed. </P>
If the message reads <code>LINK <i>token</i> SCHEDULED TO BE CLOSED</code>, the link will be closed. If the message reads <code>LINK <i>token</i> CLOSED</code>, the link has been successfully closed. </P>
<p>
<p>
<b>Response:</b> The link has been closed and associated resources released. </p>
<b>Response:</b> The link has been closed and associated resources released. </p>
{{Template:M204.1898 footer}}
{{Template:M204.1898 footer}}
<!-- skeleton as it was in pdf/LINK linkname option CLOSED /-->
<!-- skeleton as it was in pdf/LINK linkname option CLOSED /-->

Latest revision as of 20:53, 26 March 2018

M204.1898  Link token token2 closed

If the message reads LINK token SCHEDULED TO BE CLOSED, the link will be closed. If the message reads LINK token CLOSED, the link has been successfully closed.

Response: The link has been closed and associated resources released.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages