M204.1843: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>s)
 
Line 1: Line 1:
{{Template:M204.1843 skeleton}}
{{Template:M204.1843 skeleton}}
<P>The value specified for the AUTOOFFLOAD parameter on the DEFINE STREAM command is greater than or equal to the number of members listed in the RING parameter. The RING stream will not be opened. </P>
<P>
<p><b>Response:</b> Set the AUTOOFFLOAD parameter to a value less than the number of entries listed in the RING parameter, or allow it to default. The default value is one less than the number of entries in the list specified for the RING
The value specified for the <var>AUTOOFFLOAD</var> parameter on the <var>DEFINE STREAM</var> command is greater than or equal to the number of members listed in the <var>RING</var> parameter. The <var>RING</var> stream will not be opened. </P>
parameter. </p>
<p>
<b>Response:</b> Set the <var>AUTOOFFLOAD</var> parameter to a value less than the number of entries listed in the <var>RING</var> parameter, or allow it to default. The default value is one less than the number of entries in the list specified for the <var>RING</var> parameter.  
</p>
{{Template:M204.1843 footer}}
{{Template:M204.1843 footer}}
<!-- skeleton as it was in pdf/AUTOOFFLOAD VALUE MUST BE LESS THAN THE NUMBER OF RING MEMBERS /-->
<!-- skeleton as it was in pdf/AUTOOFFLOAD VALUE MUST BE LESS THAN THE NUMBER OF RING MEMBERS /-->

Latest revision as of 18:45, 13 March 2018

M204.1843  Autooffload value must be less than the number of ring members

The value specified for the AUTOOFFLOAD parameter on the DEFINE STREAM command is greater than or equal to the number of members listed in the RING parameter. The RING stream will not be opened.

Response: Set the AUTOOFFLOAD parameter to a value less than the number of entries listed in the RING parameter, or allow it to default. The default value is one less than the number of entries in the list specified for the RING parameter.

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
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages