M204.1974
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=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |