M204.1840: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (remove 0 from token0)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:M204.1840 skeleton}}
{{Template:M204.1840 skeleton}}
<P>
<P>
All members of the RING stream <var class="term">token0</var> were filled before the RING member scheduled to become the active one was completely offloaded. If user switching is allowed during I/O operations to the RING stream,
All members of the ring stream <var class="term">token</var> were filled before the ring member scheduled to become the active one was completely offloaded. If user switching is allowed during I/O operations to the ring stream,
the active Model&nbsp;204 user is put into a wait state until the offload process completes draining the member scheduled to become the active one. If user switching is not allowed, pseudo subtasks except the pseudo subtask performing the offload of
the active Model&nbsp;204 user is put into a wait state until the offload process completes draining the member scheduled to become the active one. If user switching is not allowed, pseudo subtasks except the pseudo subtask performing the offload of the ring stream are put into a wait state until the offload process finishes draining the ring member. </P>
the RING stream are put into a wait state until the offload process finishes draining the RING member. </P>
<p>
<p>
<b>System manager response:</b> Decrease the value of the AUTOOFFLOAD parameter on the DEFINE STREAM command for the RING stream so that the offloading begins earlier, or issue the OFFLOAD command to start the process at an earlier time. </p>
<b>System manager response:</b> Decrease the value of the <var>AUTOOFFLOAD</var> parameter on the <var>DEFINE STREAM</var> command for the ring stream so that the offloading begins earlier, or issue the <var>OFFLOAD</var> command to start the process at an earlier time.  
</p>
{{Template:M204.1840 footer}}
{{Template:M204.1840 footer}}
<!-- skeleton as it was in pdf/ALL MEMBERS OF RING STREAM streamname ARE FULL. WAITING FOR AVAILABLE MEMBER /-->
<!-- skeleton as it was in pdf/ALL MEMBERS OF RING STREAM streamname ARE FULL. WAITING FOR AVAILABLE MEMBER /-->

Latest revision as of 20:31, 26 March 2018

M204.1840  All members of ring stream token are full. Waiting for available member

All members of the ring stream token were filled before the ring member scheduled to become the active one was completely offloaded. If user switching is allowed during I/O operations to the ring stream, the active Model 204 user is put into a wait state until the offload process completes draining the member scheduled to become the active one. If user switching is not allowed, pseudo subtasks except the pseudo subtask performing the offload of the ring stream are put into a wait state until the offload process finishes draining the ring member.

System manager response: Decrease the value of the AUTOOFFLOAD parameter on the DEFINE STREAM command for the ring stream so that the offloading begins earlier, or issue the OFFLOAD command to start the process at an earlier time.

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
NOTERMDoes not display the message on the user's terminal
OPRWrites the message to the (operator) console

Back to list of messages