MSIR.0805 Statement label multiply defined: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(Automatically generated page update) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
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. | The same label appeared multiple times within a method. This message is identical to [[Media:M204_MessagesManual_V75.pdf#page=66|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. | ||
[[Category: | {{Template:MSIR.0805 footer}} | ||
[[Category:MSIR.0800 - MSIR.0999]] |
Latest revision as of 23:35, 3 March 2017
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=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 |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |
ECHO | Displays the line that caused the error |