M204.1480: 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.1480 skeleton}}
{{Template:M204.1480 skeleton}}
<P>
<P>
You issued a DEFINE STREAM command with a duplicate member name specified on the CONCATENATE, PARALLEL, or RING parameters. </P>
You issued a <var>DEFINE STREAM</var> command with a duplicate member name specified on the <var>CONCATENATE</var>, <var>PARALLEL</var>, or <var>RING</var> parameters. </P>
<p>
<p>
<b>Response:</b> Refer to [[DEFINE STREAM command]] for correct syntax, and retry the command. </p>
<b>Response:</b> Refer to [[DEFINE STREAM command]] for correct syntax, and retry the command.  
</p>
{{Template:M204.1480 footer}}
{{Template:M204.1480 footer}}
<!-- skeleton as it was in pdf/DUPLICATE MEMBER NAME - member_name /-->
<!-- skeleton as it was in pdf/DUPLICATE MEMBER NAME - member_name /-->

Latest revision as of 22:29, 7 March 2018

M204.1480  Duplicate member name - token

You issued a DEFINE STREAM command with a duplicate member name specified on the CONCATENATE, PARALLEL, or RING parameters.

Response: Refer to DEFINE STREAM command for correct syntax, and retry the command.

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