Previous Topic

Next Topic

Book Contents

Book Index

ON COMMAND: Message/Event Selection Parameter

Specifies a command whose appearance triggers execution of the rule.

Figure 197 ON Command Format

Optional. Type COMMAND (or its abbreviation CO) in the ON field and press Enter. The following subparameters are displayed:

Table 156 ON COMMAND Subparameters

Subparameter

Description

command

Operator command (or mask) to be intercepted by Control-O. Mandatory.

JNAME

Name of the job (or mask) that issued the command. It must be a valid job name of from 1 through 8 characters. Optional.

If JNAME is specified, only commands issued from the specified JNAME will trigger the rule.

JTYPE

Type of the job from which the command originated. Optional. Valid values are:

  • J – Batch job (JOB)
  • S – Started task (STC)
  • T – TSO user (TSU)

If JTYPE is specified, only commands issued from a job of the specified type will trigger the rule.

SMFID

SMF ID of the CPU that issued the command. Optional.

SYSTEM

Name of the system where the command is executed. Mask characters (* and ?) are supported.

USERID

ID of the address space that created the event.

ROUTE

Routing code (a value from 0 through 128) to be used as selection criteria. Optional.

DESC

Descriptor code (a value from 0 through 16) to be used as selection criteria. Optional.

CONSOLEID

Console identification used as a selection criteria. Only the specified command issued from the specified console will trigger the rule. Optional.

CONSOLE

Name of the console where the command is executed. Mask characters (* and ?) are supported.

APPEARED n TIMES IN m MINUTES

Number of times (n = 2 through 999) the command must occur within a specified (m = 1 through 9999) number of minutes before Control-O triggers the rule.

And/Or/Not

Conjunctional subparameter that permits linking of ON statements. Valid values are:

  • A (And) – Both statements must be satisfied.
  • O (Or) – Only one statement need be satisfied.
  • N (Not) – The condition in the following statement must not be satisfied.

For detailed information on this subparameter, see General Information.

Parent Topic

Rule Parameters