Previous Topic

Next Topic

Book Contents

Book Index

General Information

No additional Message/Event Selection parameters (ON statements) can be specified with an ON RULE statement. If a value is specified for the OWNER parameter in an ON RULE rule it is ignored. The OWNER specified for the rule that called this rule (using a DO RULE statement) is applied to the ON RULE rule.

The MODE specified in the DO RULE that invokes the ON RULE overrides any MODE settings of the rule invoked.

DO RETURN can be used to exit from a rule and return to a calling rule, or to processing of other existing rules. DO TERMINAT can be used to end the processing of a triggering rule and any called rules, and to continue to the next rule.

Note: The value specified for the RUNTSEC parameter for each ON RULE rule is applied to that rule even though the OWNER parameter is not.

Parent Topic

ON RULE: Message/Event Selection Parameter