Previous Topic: MSGID KeywordNext Topic: WHEN Keyword


TIME Keyword

The TIME keyword specifies the time when a rule can execute. The time you specify cannot be a status variable value.

This keyword has the following format:

TIME(hh:mm)
hh:mm

Specifies the time when a rule is to execute in hours (hh) and minutes (mm) on a 24-hour clock.

Example:

If your site routinely IPLs the mainframe at 7:00 p.m., write the following time rule to notify TSO users ten minutes before the IPL occurs:

TIME(18:50),
OSCMD(('SEND “WARNING; IPL IN 10 MINUTES” '),SESSION(SYS_A))