Previous Topic

Next Topic

Book Contents

Book Index

ON SYSOUT: General Parameter

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

Note: ON SYSOUT is not available for use with JESMSGLG, JESJCL, or JESYSMSG, which are the first three data sets of a job.

Figure 221 ON SYSOUT Parameter Format

Optional. Type SYSOUT in the ON field and press Enter. The subparameters shown in Table 168 are displayed.

Table 168 ON SYSOUT Subparameters

Subparameter

Description

sysout_name

Name (or mask) of the SYSOUT DD statement to which the message is issued. Mandatory.

JNAME

Name (or mask) of the job that contains the SYSOUT DD statement. Optional.

JTYPE

Type of job that contains the SYSOUT DD statement. Optional.
Valid values are:

  • J – batch job (JOB)
  • S – started task (STC)
  • T – TSO user (TSU)

SMFID

SMF ID of the CPU where the job runs. The default is the current CPU.

SYSTEM

System name of the CPU where the job runs. The default is the current system.

PROCSTEP

Procedure step name (or mask) of the SYSOUT DD statement. Optional

PGMSTEP

Program step name (or mask) of the SYSOUT DD statement. Optional.

And/Or/Not

Conjunctional subparameter that links ON statements. Optional. Valid values are:

  • A (And) – Both statements must be satisfied.
  • O (Or) – Only one statement must 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