M204.0096: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (typo)
 
Line 3: Line 3:
During parallel [[Configuring checkpoint and journal data streams|stream]] processing, the member <var class="term">memberName</var> of the stream <var class="term">streamName</var> encountered an error and was removed from further processing.</P>
During parallel [[Configuring checkpoint and journal data streams|stream]] processing, the member <var class="term">memberName</var> of the stream <var class="term">streamName</var> encountered an error and was removed from further processing.</P>
<P>
<P>
For output streams, the error was a file full or I/O error. For input streams, the file encountered an I/O error. M204.0096 is not issued for an end-of-data condition on input. If the numbers of members remaining is greater than the <var>MINAVAIL</var> number specified n(var>DEFINE STREAM</var>), processing continues. If not, the appropriate condition is reflected to Model&nbsp;204. </P>
For output streams, the error was a file full or I/O error. For input streams, the file encountered an I/O error. M204.0096 is not issued for an end-of-data condition on input. If the numbers of members remaining is greater than the <var>MINAVAIL</var> number specified (<var>DEFINE STREAM</var>), processing continues. If not, the appropriate condition is reflected to Model&nbsp;204. </P>
<p>
<p>
<b>System manager response:</b> M204.0096 may be accompanied by other messages which further describe what has occurred. Follow instructions described for those messages. </p>
<b>System manager response:</b> M204.0096 may be accompanied by other messages which further describe what has occurred. Follow instructions described for those messages. </p>
{{Template:M204.0096 footer}}
{{Template:M204.0096 footer}}
<!-- skeleton as it was in pdf/MEMBER membername REMOVED FROM PARALLEL STREAM streamname /-->
<!-- skeleton as it was in pdf/MEMBER membername REMOVED FROM PARALLEL STREAM streamname /-->

Latest revision as of 23:19, 13 February 2018

M204.0096  Member memberName removed from parallel stream streamName

During parallel stream processing, the member memberName of the stream streamName encountered an error and was removed from further processing.

For output streams, the error was a file full or I/O error. For input streams, the file encountered an I/O error. M204.0096 is not issued for an end-of-data condition on input. If the numbers of members remaining is greater than the MINAVAIL number specified (DEFINE STREAM), processing continues. If not, the appropriate condition is reflected to Model 204.

System manager response: M204.0096 may be accompanied by other messages which further describe what has occurred. Follow instructions described for those messages.

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