M204.1838: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (remove 0 from token0)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:M204.1838 skeleton}}
{{Template:M204.1838 skeleton}}
<P>
<P>
The offload process for RING stream <var class="term">token0</var> cannot continue because of failure on the <var class="term">token3</var> stream named by <var class="term">token4</var>. The potential values for the error are: </P>
The offload process for <var>RING</var> stream <var class="term">token</var> cannot continue because of failure on the <var class="term">token3</var> stream named by <var class="term">token4</var>. The potential values for the error are: </P>
<ul>
<ul>
<LI>OPEN (open error for OFFLOAD stream or member of the RING stream) </LI>
<LI>OPEN (open error for <var>CONTROL</var> stream or member of the ring stream) </LI>


<LI>I/O (I/O error on OFFLOAD stream, a member of the ring stream or the control stream) </LI>
<LI>I/O (I/O error on <var>CONTROL</var> stream, a member of the ring stream or the control stream) </LI>


<LI>SWITCH (error on the off load stream when it has been defined as a concatenated stream) </LI>
<LI>SWITCH (error on the offload stream when it has been defined as a concatenated stream) </LI>


<LI>RECORD COUNT (the record count for the member being off-loaded does not agree with the count of records written to the member). </LI>
<LI>RECORD COUNT (the record count for the member being offloaded does not agree with the count of records written to the member). </LI>
</ul>
</ul>
<P>
<P>
The stream type values are MEMBER, CONTROL, or OFFLOAD. Further offloading is discontinued, and the OFFLOAD stream is closed. If the error occurred on the RING member being offloaded, the RING stream will continue to be
The stream type values are <var>MEMBER</var>, <var>CONTROL</var>, or <var>OFFLOAD</var>. Further offloading is discontinued, and the <var>OFFLOAD</var> stream is closed. </p>
used until this member is needed for reuse. At that time, the ring will be considered full. If the error occurred on the CONTROL stream, the RING will continue to be used until the active member is full. At that time, an I/O error will be detected
<p>
for the ring.  
If the error occurred on the <var>RING</var> member being offloaded, the <var>RING</var> stream will continue to be used until this member is needed for reuse. At that time, the ring will be considered full. If the error occurred on the <var>CONTROL</var> stream, the <var>RING</var> will continue to be used until the active member is full. At that time, an I/O error will be detected for the ring.  
</P>
</P>
{{Template:M204.1838 footer}}
{{Template:M204.1838 footer}}
<!-- skeleton as it was in pdf/OFFLOAD DISABLED FOR RING STREAM streamname1 DUE TO error ERROR ON streamtype STREAM streamname2 /-->
<!-- skeleton as it was in pdf/OFFLOAD DISABLED FOR RING STREAM streamname1 DUE TO error ERROR ON streamtype STREAM streamname2 /-->

Latest revision as of 20:29, 26 March 2018

M204.1838  Offload disabled for ring stream token due to token2 error on token3 stream token4

The offload process for RING stream token cannot continue because of failure on the token3 stream named by token4. The potential values for the error are:

  • OPEN (open error for CONTROL stream or member of the ring stream)
  • I/O (I/O error on CONTROL stream, a member of the ring stream or the control stream)
  • SWITCH (error on the offload stream when it has been defined as a concatenated stream)
  • RECORD COUNT (the record count for the member being offloaded does not agree with the count of records written to the member).

The stream type values are MEMBER, CONTROL, or OFFLOAD. Further offloading is discontinued, and the OFFLOAD stream is closed.

If the error occurred on the RING member being offloaded, the RING stream will continue to be used until this member is needed for reuse. At that time, the ring will be considered full. If the error occurred on the CONTROL stream, the RING will continue to be used until the active member is full. At that time, an I/O error will be detected for the ring.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal
OPRWrites the message to the (operator) console

Back to list of messages