MSIR.0805 Statement label multiply defined

From m204wiki
(Redirected from MSIR.0805)
Jump to navigation Jump to search

The same label appeared multiple times within a method. This message is identical to M204.0223 with the exception that MSIR.0805 is an error rather than a warning, causing the compile to fail. The intent of this message is to prevent the dubious "technique" of multiple like-named labels from being used inside of methods. make sure all labels within a given method are unique.


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
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
ECHODisplays the line that caused the error

Back to list of messages