Previous Topic

Next Topic

Book Contents

Book Index

Scheduling Missions Through a New Day Procedure

The recommended method for scheduling missions uses the New Day procedure (CTDNDAY), because it is activated automatically once a day.

A member in the Control‑D PARM library is referenced by a DD statement in the CTDNDAY. This member contains a list of missions that must be scheduled. The Basic Scheduling parameters of these missions are analyzed against the requested scheduling date. If the mission must be scheduled for that day, it is placed on the Active Missions file.

The following table contains the names of the mission list members and the DD statements used to reference each mission type in the New Day procedure:

Table 130 Mission List Members and Corresponding DD Statements

Mission Type

Member

DD Statement

Regular Decollating

REPLIST

DAREPLST

Generic Decollating

GENLIST

DAGENLST

Printing

PRTLIST

DAPRTLST

Restore

RSTLIST

DARSTLST

Backup

BKPLIST

DABKPLST

Migration

BKPLIST

DABKPLST

The records in each member listed above must not contain line numbers. Each of these records has the following format:

date libname [missionname catname] [FORCE]

where

The following is an example of the JCL (relevant DD statements of procedure CTDNDAY only):

//CTDNDAY     EXEC  PGM=CTDILY

//DACHK       DD    DISP=SHR,DSN=ctd_parm_library(DDATEREC)

//DAREPLST    DD    DISP=SHR,DSN=ctd_parm_library(REPLIST)

The Date Control record used in this case is the General Control‑D Date Control record.

Parent Topic

Mission Scheduling