Previous Topic: Restore a Complete Disk Archival Generation or Selecting SYSOUT Entries (SARTDR)Next Topic: SARTDR Control Statements


Job Control Statements

Sample execution JCL can be found in member HAEXTDR in your CVDEJCL data set.

These job control statements are necessary to execute SARTDR.

JOB

Initiates the job.

EXEC

Specifies the program name (PGM=SARTDR) and the high-level name of the database as the PARM parameter (PARM='VIEW.SYSTEM1').

STEPLIB DD

Defines the load library containing SARTDR.

If the program resides in a linklist library, omit this statement.

SYSPRINT DD

Defines the sequential output data set (normally SYSOUT) used for listing the statements and messages.

If not a SYSOUT data set, DCB=BLKSIZE=nnn must be coded, where nnn is a multiple of 133.

anyname DD

Defines one archival tape to be re-added to the master index file.

The ddname must match the one that is specified on the TADD control statement.

A DD statement must be included for each archival tape to be re-added. Omit this DD statement if no archival tapes are to be re-added.

SYSIN DD

Defines the card-image data set containing the control statements.