Previous Topic

Next Topic

Book Contents

Book Index

Rescheduling with intervals

Interval rescheduling entails giving the job a start time and an interval. Once the job starts the next start time is determined by adding the interval to the current start time.

For example to setup a job that starts now and repeats every hour:

  1. Open the Job Properties page either by right clicking on the job in the layout window or in the tree view.
  2. Select the Rescheduling tab.
  3. Select Interval Rescheduling from the drop down menu.
  4. Enter the interval you would like to have between your jobs using the field labeled Interval between job runs is:

You may also set the interval using the following EnterpriseSCHEDULE command.

C:\> schedule modify update_a/general=next_submit:now
/RESCH=(INTERVAL=0-01:00:00,CALENDAR=WORKDAYS)

See Also

Scheduling jobs automatically

Named day rescheduling

Rescheduling with marked calendars

Monthly Rescheduling