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


AOF Variables Available in a DOM Rule

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

DOM.SYSPLEX

Indication of whether this DOM was routed to this system by sysplex processing

Data Type: Integer, read-only

Possible Values: 0 if the DOM was issued on this system; 1 if it was routed to this system by sysplex processing

Sample Value: 1

Note: Sysplex reissued DOMs are only processed by AOF rules if the AOFMESSAGES parameter is set to a value of MVSGLOBAL.

OPSLOG Browse Column: X'0004' flag of OPSFLAGS when the EVENT column indicates DOM event

DOM.TOKEN

The TOKEN value used to DOM one or more messages that were WTOed using the same TOKEN value. For more information, see the explanations for using the TOKEN keyword with the ADDRESS WTO host command environment and the OPSWTO command processor.

Data Type: 4-byte binary (possibly printable), read-only

Possible Values: Any possible 4-byte token used by the issuer of the WTO

Sample Value: A009

Notes:

OPSLOG Browse Column: TOKEN

DOM.USER

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

DOM.WTOID

The internal sequence ID of the message to be deleted, taken from the DOMCID field of the DOM control block (WTO or WTOR sequence number)

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

Sample Value: '00004C94'

Notes:

OPSLOG Browse Column: WTOID

DOM.WTOIDNUM

The internal sequence ID of the message to be deleted, taken from the DOMCID field of the DOM control block (WTO or WTOR sequence number)

Data Type: Integer, read-only

Sample Value: 1694508484

Note: The only difference between this variable and the DOM.WTOID variable is its display format.

OPSLOG Browse Column: WTOID

More information:

AOF Rule Tools