Previous Topic: WAIT secondsNext Topic: OPS/REXX Programming Tips


WAITTOD hh mm ss

Use this command to hold further execution until a specific time of day has been reached. The values hh mm ss are integers, in military time, that stand for the time of day. The time must be at least one second and not more than 24 hours into the future.

Note: This command is not allowed in any AOF rules with the exception of request rules.

WAITTOD 12 35 0
Return code:
  0 - Normal completion.
 12 - Time specified is not 1 second to 24 hours into the future.