Previous Topic: OPS/REXX Host Environments in the )PROC Section of an EOM RuleNext Topic: Debug an EOM Rule


AOF Variables Available in an EOM Rule

You can use all AOF variable types in EOM rules. You can use the following unique AOF event variables in the )PROC section of a EOM rule. You can also manually interrogate the corresponding OPSLOG display field as an aid in debugging or implementing rule logic.

EOM.ABNORMAL

An integer value indicting whether the address space terminated abnormally. This value is derived from the SSENTYPE flag in the SSOB extension.

Data Type: Integer, read-only

Possible values are:

Abnormal does not include all abends. S222 abends are not considered abnormal. Abend S069 reason code 4 for ASCRE failure is considered abnormal.

Sample Value: 0

EOM.ASID

The address space ID of the terminating address space, which is taken from the SSENASID field of the SSOB extension.

Data Type: 2-byte binary (unprintable), read-only

Sample Value: '003E'X

Notes:

OPSLOG Browse Column: ASID

EOM.JOBNAME

The job name of the terminated address space, which is taken from one of these sources:

Data Type: Character, read-only

Sample Value: VTAM

Note: The EOM.JOBNAME variable determines which EOM rules execute for an EOM event.

OPSLOG Browse Column: JOBNAME

EOM.TEXT

Description of the terminated address space, which is taken from the OUCBSUBN (subsystem name) field of the OUCB and from the EOM.JOBNAME variable.

Data Type: Character, read-only

Sample Value: TSO USERA

Notes:

OPSLOG Browse Column: Text is always displayed.

EOM.USER

An 8-byte variable providing communication between rules executing for the same EOM event. The variable can contain any installation data that these rules need, and it can store a character string displayable through OPSLOG Browse.

Data Type: User-defined, read/write

Notes:

OPSLOG Browse Column: USER

More information:

AOF Rule Tools