M204.1816: 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.1816 skeleton}}
{{Template:M204.1816 skeleton}}
<P>The output procedure name specified already exists, use the REPLACE option of the COPY PROC command to overlay the existing procedure. </P>
<P>
<p><b>Response:</b> Retry the operation. </p>
The output procedure name specified already exists, use the <var>REPLACE</var> option of the <var>COPY PROC</var> command to overlay the existing procedure. </P>
<p>
<b>Response:</b> Retry the operation.  
</p>
{{Template:M204.1816 footer}}
{{Template:M204.1816 footer}}
<!-- skeleton as it was in pdf/PROCEDURE procedure name ALREADY EXISTS -- SPECIFY "REPLACE" /-->
<!-- skeleton as it was in pdf/PROCEDURE procedure name ALREADY EXISTS -- SPECIFY "REPLACE" /-->

Latest revision as of 21:58, 12 March 2018

M204.1816  Procedure token already exists -- specify "replace"

The output procedure name specified already exists, use the REPLACE option of the COPY PROC command to overlay the existing procedure.

Response: Retry the operation.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages