M204.1779
M204.1779 Return invalid in On units, use Bypass statement
A SOUL request contains a Return statement within an ON unit. The Bypass statement is now used within On units to return control to the statement immediately following the one which caused the On unit to be invoked.
Response: Change the Return statement to a Bypass statement, and retry the request.
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 |
COMPILE | Compilation error |