Previous Topic: Tape Management Scratch and Clean Utility (SARTCHK)Next Topic: Restore a Complete Disk Archival Generation or Selecting SYSOUT Entries (SARTDR)


Job Control Statements

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

These job control statements are necessary to execute SARTCHK.

JOB

Initiates the job.

EXEC

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

STEPLIB DD

Defines the load library containing SARTCHK.

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

SYSPRINT DD

Defines the sequential output data set (normally SYSOUT) into which the listing of uncataloged tapes is written.

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

SYSUDUMP

Defines a file for MVS dump output.