M204.0223
M204.0223 Statement label multiply defined
A statement label is found that is not unique in a SOUL request. This error does not prevent the request from executing.
- A jump or call to a statement label defined multiple times goes forward to the nearest occurrence of the statement label. It goes backward to the nearest occurrence if there is no forward occurrence.
- A For or Count statement referring back to a previous found set label defined multiple times goes backward to the nearest occurrence.
- Other statement label references go to the first occurrence in the request.
Response: Change statement label(s) and retry. You can ignore this message if you are satisfied that the request executes correctly.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=0 | Sets batch (single user) return code |
CLASS=I | Information class; the message can be suppressed with the X'02' 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 |
ECHO | Displays the line that caused the error |