M204.1837: 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.1837 skeleton}}
{{Template:M204.1837 skeleton}}
<P>
<P>
The stream defined by the CONTROL parameter on the DEFINE STREAM command for the input stream <var class="term">token0</var> has no valid data records in it. The RING STREAM will not be opened. </P>
The stream defined by the <var>CONTROL</var> parameter on the <var>DEFINE STREAM</var> command for the input stream <var class="term">token0</var> has no valid data records in it. The ring stream will not be opened. </P>
<p>
<p>
<b>Response:</b> Ensure that the following takes place: </p>
<b>Response:</b> Ensure that the following takes place: </p>
<ul>
<ul>
<li>The DEFINE STREAM command for the RING stream specifies the correct stream name for the CONTROL parameter. </li>
<li>The <var>DEFINE STREAM</var> command for the ring stream specifies the correct stream name for the <var>CONTROL</var> parameter. </li>


<li>The DEFINE STREAM or DEFINE DATASET command for the CONTROL stream is correct. </li>
<li>The <var>DEFINE STREAM</var> or <var>DEFINE DATASET</var> command for the <var>CONTROL</var> stream is correct. </li>


<li>The JCL or CMS FILEDEF statements for the CONTROL stream are correct </li>
<li>The JCL or CMS FILEDEF statements for the <var>CONTROL</var> stream are correct </li>
</ul>
</ul>
{{Template:M204.1837 footer}}
{{Template:M204.1837 footer}}
<!-- skeleton as it was in pdf/NO RECORDS FOUND ON CONTROL STREAM FOR RING STREAM streamname /-->
<!-- skeleton as it was in pdf/NO RECORDS FOUND ON CONTROL STREAM FOR RING STREAM streamname /-->

Latest revision as of 18:30, 13 March 2018

M204.1837  No records found on control stream for ring stream token

The stream defined by the CONTROL parameter on the DEFINE STREAM command for the input stream token0 has no valid data records in it. The ring stream will not be opened.

Response: Ensure that the following takes place:

  • The DEFINE STREAM command for the ring stream specifies the correct stream name for the CONTROL parameter.
  • The DEFINE STREAM or DEFINE DATASET command for the CONTROL stream is correct.
  • The JCL or CMS FILEDEF statements for the CONTROL stream are correct

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
NOTERMDoes not display the message on the user's terminal

Back to list of messages