NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-55
EVERY Job Attribute
EVERY Job Attribute
The EVERY job attribute specifies that job execution occur at regular, specified
intervals.
weeks
is an integer in the range 1 through 52 specifying the interval in seven-day weeks.
days
is an integer in the range 1 through 365 specifying the interval in days.
hours
is an integer in the range 0 through 168 specifying the interval in hours.
mins
is an integer in the range 0 through 59 specifying the interval in minutes.
crontab-entry
specifies the interval in the form of this five-field entry:
minute hour day-of-month month day-of-week
minute
is an integer in the range 0 through 59 specifying the minute of the hour.
hour
is an integer in the range 0 through 23 specifying the hour of the day.
day-of-month
is an integer in the range 1
through 31 specifying the day of the month.
month
is an integer in the range 1 through 12 specifying the month of the year.
day-of-week
is an integer in the range 0 through 6 (for Sunday through Saturday) specifying
the day of the week.
EV[ERY] [ weeks WEEK[S]
days D[AYS]
hours [ : mins ] [HOURS]
hours H[OURS] [ mins MIN[UTES] ]
crontab-entry ]