M204.2461
Jump to navigation
Jump to search
M204.2461 Continue is only valid in an On unit invoked from a For loop processing a scattered group
An On unit was exited by a Continue statement. The Continue statement can be used only to exit an On unit that was invoked from a For loop that is processing a scattered group. The Continue statement is supported only with Parallel Query Option. If you lose access to a group member that is an optional file during For processing, Continue causes Model 204 to continue For processing with the next available file, and to skip any other unavailable files.
Response: Verify that the On unit is invoked from the proper context. A %variable flag can be used to indicate that a For loop is processing a scattered group.
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 |
CANCEL | Cancels the user's request |
COUNT | Increments the error count (ERCNT) parameter |