Previous Topic

Next Topic

Book Contents

Book Index

Message/Event Selection Parameters – Summary

Message/Event Selection parameters (ON parameters) specify conditions under which actions are to be performed by Control-O. Valid ON parameters are shown in Table 112.

Table 111 Message/Event Selection Parameters (ON Parameters)

Parameter

Description

ON COMMAND

Specify a command that triggers execution of the rule when it appears.

ON CTOPCMSG

Specify the message issued by Control-M/Links for Windows NT that triggers execution of the rule when it appears.

ON DSNEVENT

Specify a data set disposition event as a selection criteria for the execution of a rule.

ON EVENT

Indicate that a rule is triggered by runtime conditions only, as designated in its Runtime Scheduling parameters.

ON JOBARRIV

Specify the name of jobs that trigger the execution of a rule when they arrive on the spool.

ON JOBEND

Specify the name of jobs that trigger the execution of a rule when they end on the spool.

ON MESSAGE

Specify the message that triggers execution of a rule when it is detected.

ON MVALARM

Monitor and detect problems, and issue an alarm as necessary.

ON OMEGAEXP

Specify an OMEGAMON exception code that triggers execution of a rule when it is detected.

ON RULE

Indicate that the current rule should be performed only when invoked by a DO RULE statement in another Control-O rule.

ON SMS

Specify the SMS data set allocation event that triggers a rule.

ON STEP

Specify the job steps that trigger a rule on their completion.

ON STRING

Specify the message text whose appearance triggers execution of a rule.

ON SYSOUT

Specifies the SYSOUT text that triggers a rule when it appears.

When you specify an ON parameter and press Enter, the subparameters for this ON parameter are displayed. The combination of an ON parameter and its subparameters is called an ON statement.

Multiple ON statements can be specified in a rule. The And/Or/Not conjunctional parameter is used to link two or more ON statements.

For a general explanation of message and event selection parameters, see ON Statement: Message/Event Selection Parameter.

Parent Topic

Overview