Previous Topic

Next Topic

Book Contents

Book Index

ON JOB: Event Selection Parameter

Specifies that the rule is triggered by a JOB statement. Used to validate the JOB statement.

Optional. Type JOB in the ON field and press Enter. The following subparameters (selection Fields) are displayed.

Tab.JV.3.26 ON JOB Subparameters

Subparameter

Description

CLASS

The job's class

PRTY

The job's priority

USER

The job's user ID

ACCOUNT

The job's account

O/N

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

  • O (Or) - Only one statement need be satisfied.
  • N (Not) - The condition in the following statement need not be satisfied.

The JCL statement (JOB card) variables that can be used with the ON JOB statement are shown below.

Tab.JV.3.27 ON JOB variables

Variable

Description

%%$JOBNAME

The job name taken from the JOB card

%%$JOBACNT

The account information

%%$JOBPGMR

The programmer name

%%$JOBCLS

The JOB class value

%%$JOBPRTY

The JOB priority value

%%$JOBMSGC

The JOB msgclass value

%%$JOBMSGL

The JOB msglevel value

%%$JOBREGN

The JOB region size

%%$JOBTIME

The JOB max CPU value

%%$JOBUSER

The user name value

%%$JOBMEMLMT

The memory limit above the BAR

%%$JOBPERFORM

The WLM class for the job

%%$JOBRESTART

The JOB RESTART value

%%$JOBNOTIFY

The JOB NOTIFY value

%%$JOBRD

The JOB RD value

%%$JOBADDRSPC

The JOB ADDRSPC value

Parent Topic

Parameter Descriptions