Previous Topic

Next Topic

Book Contents

Book Index

CTTSPL Example 1

In this example, the CTTSPL utility extracts the records for all volumes beginning with VOL. The records for the volumes and their associated data sets are removed (deleted) from the source Media database and placed in the extract file (REPDATA) to be used later as input for the CTTMER utility.

//EXEC   CTTSPL

//SYSIN  DD *

    EXTRACT PATH=ALL

    INCLUDE VOLSER=VOL*

/*

//DAIN   DD *

    TYPERUN FUNCTION=MOVE

Parent Topic

Examples for CTTSPL