M204.1445: 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.1445 skeleton}}
{{Template:M204.1445 skeleton}}
<P>You issued an ALLOCATE or DEFINE DATASET command specifying a data set that has already been defined in this run with the ALLOCATE or DEFINE DATASET command. </P>
<P>
<p><b>Response:</b> Retry the ALLOCATE or DEFINE DATASET command with a different name. </p>
You issued an <var>ALLOCATE</var> or <var>DEFINE DATASET</var> command specifying a data set that has already been defined in this run with the <var>ALLOCATE</var> or <var>DEFINE DATASET</var> command. </P>
<p>
<b>Response:</b> Retry the <var>ALLOCATE</var> or <var>DEFINE DATASET</var> command with a different name.  
</p>
{{Template:M204.1445 footer}}
{{Template:M204.1445 footer}}
<!-- skeleton as it was in pdf/name WAS PREVIOUSLY DEFINED/ALLOCATED /-->
<!-- skeleton as it was in pdf/name WAS PREVIOUSLY DEFINED/ALLOCATED /-->

Latest revision as of 01:02, 7 March 2018

M204.1445  token was previously defined​/​allocated

You issued an ALLOCATE or DEFINE DATASET command specifying a data set that has already been defined in this run with the ALLOCATE or DEFINE DATASET command.

Response: Retry the ALLOCATE or DEFINE DATASET command with a different name.

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