M204.1826: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>'s)
m (remove 0 from token0)
 
Line 1: Line 1:
{{Template:M204.1826 skeleton}}
{{Template:M204.1826 skeleton}}
<P>
<P>
The number output records were successfully written to the member named <var class="term">token0</var> of the parallel stream named <var class="term">token2</var>. This message is issued during <var>MINAVAIL</var> processing for output streams. If <var>CHECKPOINT</var> is a parallel stream, and
The number output records were successfully written to the member named <var class="term">token</var> of the parallel stream named <var class="term">token2</var>. This message is issued during <var>MINAVAIL</var> processing for output streams. If <var>CHECKPOINT</var> is a parallel stream, and <var>CPMAX</var> has been specified, number will reflect the number of records written since the last rewind of the data set. </P>
CPMAX has been specified, number will reflect the number of records written since the last rewind of the data set. </P>
<p>
<p>
<b>System manager response:</b> If an individual member is used for recovery, the system manager must determine which member is the most valid one to use. Refer to [[Configuring checkpoint and journal data streams#Parallel stream configuration|Parallel stream configuration]] for a description of how to use parallel streams for recovery.  
<b>System manager response:</b> If an individual member is used for recovery, the system manager must determine which member is the most valid one to use. Refer to [[Configuring checkpoint and journal data streams#Parallel stream configuration|Parallel stream configuration]] for a description of how to use parallel streams for recovery.  

Latest revision as of 20:26, 26 March 2018

M204.1826  Member token of parallel stream token2 has token3 records

The number output records were successfully written to the member named token of the parallel stream named token2. This message is issued during MINAVAIL processing for output streams. If CHECKPOINT is a parallel stream, and CPMAX has been specified, number will reflect the number of records written since the last rewind of the data set.

System manager response: If an individual member is used for recovery, the system manager must determine which member is the most valid one to use. Refer to Parallel stream configuration for a description of how to use parallel streams for recovery.

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
AUDITADWrites the message with line type AD 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