Previous Topic

Next Topic

Book Contents

Book Index

CTTSPL Example 2

In this example, the CTTSPL utility extracts the records of all data sets beginning with MY.FILE. The records for these data sets and the associated volumes are copied (not 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 DSNAME=MY.FILE*

/*

//DAIN   DD *

    TYPERUN FUNCTION=COPY

/*

Parent Topic

Examples for CTTSPL