Previous Topic

Next Topic

Book Contents

Book Index

Named day rescheduling

Jobs can be rescheduled by selecting days of the week and a time. The job will then be run at that time for each of the days selected. The following example will run the job at 8:00 AM on Monday, Tuesday and Friday.

  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 Named Day Rescheduling from the drop down list.
  4. Select the days by clicking on the checkbox corresponding to the day.
  5. Enter the time in the field designated On selected days the job runs at:

The following command will establish this type of rescheduling.

C:\> schedule modify start/resched=(named=(mon,tues,fri),time=8:00)

Along with the name of the day a time-of-day can be specified. The time-of-day can contain a number days. For example to start a job on the third day of each month use the following type of command.

C:\> schedule modify start/resch=(named=month_start,time=3-00:00)

The various known names are discussed below:

See Also

Scheduling jobs automatically

Rescheduling with intervals

Rescheduling with marked calendars

Monthly Rescheduling