M204.1976: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.1976 skeleton}}
{{Template:M204.1976 skeleton}}
<P>
<P>
You specified the <var>NOALIAS</var> keyword for <var>COPY PROC</var>, and the name that was used is an alias, not a procedure. </P>
You specified the <var>NOALIAS</var> keyword for <var>[[COPY PROCEDURE command|COPY PROC]]</var>, and the name that was used is an alias, not a procedure. </P>
<p>
<p>
<b>Response:</b> Use a procedure name in the <var>COPY PROC</var> command. </p>
<b>Response:</b> Use a procedure name in the <var>COPY PROC</var> command. </p>
{{Template:M204.1976 footer}}
{{Template:M204.1976 footer}}
<!-- skeleton as it was in pdf/NOALIAS KEYWORD REQUIRES PROCEDURE NAME INPUT /-->
<!-- skeleton as it was in pdf/NOALIAS KEYWORD REQUIRES PROCEDURE NAME INPUT /-->

Latest revision as of 23:32, 16 March 2018

M204.1976  NOALIAS keyword requires procedure name input

You specified the NOALIAS keyword for COPY PROC, and the name that was used is an alias, not a procedure.

Response: Use a procedure name in the COPY PROC 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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages