M204.1816

From m204wiki
Jump to navigation Jump to search

M204.1816  Procedure token already exists -- specify "replace"

The output procedure name specified already exists, use the REPLACE option of the COPY PROC command to overlay the existing procedure.

Response: 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