M204.0223

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' 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
ECHODisplays the line that caused the error

Back to list of messages