M204.0785: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add italics)
 
Line 1: Line 1:
{{Template:M204.0785 skeleton}}
{{Template:M204.0785 skeleton}}
<P>
<P>
You issued a [[Creating a file#CREATE command|CREATE file]] command, specifying the same DDname more than once in the DDname list. A single DDname can appear only once. </P>
You issued a [[Creating a file#CREATE command|CREATE <i>file</i>]] command, specifying the same DDname more than once in the DDname list. A single DDname can appear only once. </P>
<p>
<p>
<b>File manager response:</b> Correct the syntax, and retry the command. </p>
<b>File manager response:</b> Correct the syntax, and retry the command.  
</p>
{{Template:M204.0785 footer}}
{{Template:M204.0785 footer}}
<!-- skeleton as it was in pdf/DUPLICATE DDNAMES /-->
<!-- skeleton as it was in pdf/DUPLICATE DDNAMES /-->

Latest revision as of 00:21, 2 March 2018

M204.0785  Duplicate ddNames

You issued a CREATE file command, specifying the same DDname more than once in the DDname list. A single DDname can appear only once.

File manager response: Correct the 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