M204.1975: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.1975 skeleton}}
{{Template:M204.1975 skeleton}}
<P>
<P>
The input procedure <var class="term">token0</var> exists in the output file as a defined alias. This form of <var>COPY</var> is not allowed. </P>
The input procedure <var class="term">aliasName</var> exists in the output file as a defined alias. This form of <var>[[COPY PROCEDURE command|COPY]]</var> is not allowed. </P>
<p>
<p>
<b>Response:</b> You have two choices: </p>
<b>Response:</b> You have two choices: </p>

Latest revision as of 23:30, 16 March 2018

M204.1975  Procedure may not replace alias: aliasName

The input procedure aliasName exists in the output file as a defined alias. This form of COPY is not allowed.

Response: You have two choices:

  • DEASSIGN the ALIAS in the output file, and retry the operation.
  • Specify a NEWNAME for use in the output file.

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