Previous Topic

Next Topic

Book Contents

Book Index

INTERVAL SEQUENCE: Runtime Scheduling Parameter

The job runs are separated according to the specified sequence of intervals. This field exists in both the Job Scheduling and SMART Table Entity Definition Screens.

Optional. INTERVAL SEQUENCE consists of the subparameters described in Table 192.

Table 192 INTERVAL SEQUENCE Subparameters

Subparameter

Description

interval_number

A number, depending on the value entered in the interval_type subparameter, specifying the interval sequence of time to wait between reruns or cyclic runs. Leading zeros are not required. Valid values are:

  • for D – 0 through 45
  • for H – 0 through 1080
  • for M – 0 through 64800

Default: 0 M

For example: +00030 M, +00004 H, +00007 D

interval_type

A single character describing the type of data specified in the interval_number subparameter. Valid values are:

  • D (Days)
  • H (Hours)
  • M (Minutes). Default.

FROM

Indicates whether the interval between runs of a cyclic job or until the start of a rerun job is measured from the start or the end of the previous job run. Valid values are:

  • STRT - interval begins from the start of the previous job.
  • END - interval begins from the end of the previous job. Default.

Parent Topic

Job Production Parameters