Previous Topic: Initialization, Processing, and Termination Sections of EOS RulesNext Topic: Execution Considerations for EOS Rules


RETURN Statements in the )PROC Section of an EOS Rule

The OPS/REXX RETURN statement specifies whether the job containing the ended step is allowed to continue or is cancelled. Valid values for a RETURN statement in the processing section of an EOS rule are as follows:

NORMAL

Allow the job or started task to continue processing.

CANCEL

Bypass all remaining job steps and terminate the job.

Default: RETURN NORMAL

Notes: