M204.1974

From m204wiki
Revision as of 23:28, 16 March 2018 by ELowell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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