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


AOF Variables Available in a TOD Rule

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

TOD.CATCHUP

A value indicating whether a TOD rule is executing as usual or in catch-up mode

Data Type: Character, read-only

Possible Values:

Sample Value: Y

Notes:

TOD.FIREMISSED

The TOD.FIREMISSED variable contains 5 pieces, or words, of information. The information in these words depends on whether the rule that is currently executing is executing as a result of catch-up processing:

Data Type: Character, read-only

Possible Values: This list explains the contents of the 5 words:

Sample Value: 2002/08/25 14:29:00 2002237 493828140 FRI

Note: The TOD.FIREMISSED variable was developed to support the Automate &CDATE, &CDAY, &CTIME, &CJULDATE, and &CCLOCK environmental variables.

TOD.NEXTFIRE

A value indicating the next time a rule will execute

Data Type: Character, read-only

Possible Values:

Sample Value: 2002/08/25 14:30:00

Note: The next execute date in automateable message OPS3900O is in the yyyy/mm/dd format. For example:

OPS3900O RULE O.TODTEST FOR TOD 2002/08/25 14:30 SET
TOD.USER

An 8-byte variable providing communication between rules that execute for the same TOD 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:

For descriptions of the BROWSETOD and RULETRACE parameters, see the Parameter Reference.

OPSLOG Browse Column: USER