Previous Topic

Next Topic

Book Contents

Book Index

Time based temporary variables

In addition there are time-based temporary variables that can be used to bring time, day, month or year into the evaluation of variables. . For instance if you only want to suppress a job run if it is the 5th of the month you can enter the following line in a resource list:

IF $DAY==5 THEN SUPPRESS_RUN

The time-based temporary variables are:

See Also

Temporary Variables

Run time temporary variables

Parameter temporary variables