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


AOF Variables Available in a GLV Rule

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

GLV.FUNCTION

The OPSVALUE function code that caused the GLV rule to execute.

Data Type: Character, read-only

Notes:

Sample Value: U

OPSLOG Browse Column: DSPNAME

GLV.JOBNAME

The job name of the address space that originated the GLV event.

Data Type: Character, read-only

Sample Value: OPSPROD

Note: For Sysplex variable events, the value of GLV.JOBNAME is the job name on the originating system on which the variable value change first occurred.

OPSLOG Browse Column: JOBNAME

GLV.MSFID

The Multi-System Facility or CAICCI ID of the system, either local or remote, that caused the global variable event to be invoked by setting a global variable to a value.

Data Type: Character, read-only

Sample Value: SYSA

Note: For Sysplex variable events, the value of GLV.MSFID is always the local system MSF or CCI ID.

OPSLOG Browse Column: MSFID

GLV.NAME

The 1- to 50-byte derived name of the global variable whose modification triggered this event.

Data Type: Character, read-only

Sample Value: GLOBAL.CICS.ACTIVE

OPSLOG Browse Column: Text is always displayed.

GLV.NEWVALUE

The value of the global variable after modification

Data Type: Character, read-only

Notes:

OPSLOG Browse Column: Text is always displayed.

GLV.OLDVALUE

The value that the global variable had before the global variable event modified it.

Data Type: Character, read-only

Notes:

OPSLOG Browse Column: Text is always displayed.

GLV.PROGRAM

The name of the program or rule that triggered the current global variable event rule.

Data Type: Character, read-only

Sample Value: PROD.VTAM

Notes:

OPSLOG Browse Column: TEXT

GLV.SYNA

The name of the system on which the GLV event originated.

Data Type: Character, read-only

Sample Value: PRODS1

Note: For Sysplex variable events, the value of GLV.SYNA is the system name on which the variable value change first occurred.

OPSLOG Browse Column: SYSNAME

GLV.TEXT

The message text as seen in OPSLOG Browse, which is taken from these values of:

Data Type: Character, read-only

Notes:

OPSLOG Browse Column: Text is always displayed.

GLV.USER

An 8-byte variable providing communication between rules executing for the same global variable 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