M204.1974: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.1974 skeleton}}
{{Template:M204.1974 skeleton}}
<P>
<P>
The input name (or a name matching an input pattern (<var>LIKE</var>) or any name (<var>ALL</var>)) is an alias. You cannot copy an alias. You must specify <code>WITH NOALIAS</code> when using the <var>COPY PROC</var> command if alias procedures are present in the list of procedures to be copied. </P>
The input name (or a name matching an input pattern (<var>LIKE</var>) or any name (<var>ALL</var>)) is an alias. You cannot copy an alias. You must specify <code>WITH NOALIAS</code> when using the <var>[[COPY PROCEDURE command|COPY PROC]]</var> command if alias procedures are present in the list of procedures to be copied. </P>
<p>
<p>
<b>Response:</b> Specify <code>WITH NOALIAS</code>, and retry the operation. </p>
<b>Response:</b> Specify <code>WITH NOALIAS</code>, and retry the operation. </p>
{{Template:M204.1974 footer}}
{{Template:M204.1974 footer}}
<!-- skeleton as it was in pdf/INPUT ALIAS REQUIRES USE OF WITH ALIAS/NOALIAS KEYWORD /-->
<!-- skeleton as it was in pdf/INPUT ALIAS REQUIRES USE OF WITH ALIAS/NOALIAS KEYWORD /-->

Latest revision as of 23:28, 16 March 2018

M204.1974  Input alias requires use of WITH NOALIAS keywords

The input name (or a name matching an input pattern (LIKE) or any name (ALL)) is an alias. You cannot copy an alias. You must specify WITH NOALIAS when using the COPY PROC command if alias procedures are present in the list of procedures to be copied.

Response: Specify WITH NOALIAS, and 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