Date and Time Commands
Page 260 7210 SAS M, X Basic System Configuration Guide
time — Specifies the time of day to schedule a command.
Values hh:mm in hour:minute format
hour
Syntax [no] hour {..hour-number [..hour-number]| all}
Context config>cron>sched
Description This command specifies which hour to schedule a command. Multiple hours of the day can be
specified. When multiple hours are configured, each of them will cause the schedule to trigger. Day-
of-month or weekday must also be specified. All days of the month or weekdays can be specified. If
an hour is configured without configuring month, weekday, day-of-month, and minute, the event will
not execute.
The no form of this command removes the specified hour from the configuration.
Parameters hour-number — Specifies the hour to schedule a command.
Values 0 — 23 (maximum 24 hour-numbers)
all — Specifies all hours.
interval
Syntax [no] interval seconds
Context config>cron>sched
Description This command specifies the interval between runs of an event.
Parameters seconds — The interval, in seconds, between runs of an event.
Values 30 — 4,294,967,295
minute
Syntax [no] minute {minute-number [..minute-number]| all}
Context config>cron>sched
Description This command specifies the minute to schedule a command. Multiple minutes of the hour can be
specified. When multiple minutes are configured, each of them will cause the schedule to occur. If a
minute is configured, but no hour or day is configured, the event will not execute. If a minute is
configured without configuring month, weekday, day-of-month, and hour, the event will not execute.
The no form of this command removes the specified minute from the configuration.
Parameters minute-number — Specifies the minute to schedule a command.