M204.2461

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.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=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages