Previous Topic

Next Topic

Book Contents

Book Index

ON JOBEND: Message/Event Selection Parameter

Specifies the name of jobs the end of which on the spool triggers the execution of the rule.

Figure 206 ON JOBEND Parameter Format

Optional. Type JOBEND (or its abbreviation JE) in the ON field and press Enter. The subparameters shown in Table 160 are displayed.

Table 160 ON JOBEND Subparameters

Subparameter

Description

identifier

Job name (or mask). Mandatory.

JTYPE

Type of the job whose end on the JES spool invokes the rule. Optional. Valid values are:

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

If JTYPE is specified, only jobs of the specified type invoke the rule.

SMFID

SMF ID of the CPU to monitor for job ends. Mask characters (* and ?) are supported. The default is the current CPU.

SYSTEM

Name of the system to monitor for job ends. Mask characters (* and ?) are supported. The default is the current system.

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 need not be satisfied.

For detailed information on this subparameter, see General Information.

Note: Note for JES3 Users: JOBEND rules are processed in the same CPU that executed the specified job.

Parent Topic

Rule Parameters