Previous Topic

Next Topic

Book Contents

Book Index

CTTACP Example 1

Prints to a sysout all historical updates that are done on the Media database by the TAPEJOB job. The output is formatted, meaning that each field name and its value are printed consecutively in the output file.

Figure 123 CTTACP – Example 1

//EXEC       CTTACP

//DAOUTTRC   DD   SYSOUT=*

//SYSIN      DD   *

  COPY       FROM=TRACE,TO=SEQ

  INCLUDE    JOBNAME=TAPEJOB

  OUTPUT     TYPE=F

//

Parent Topic

Examples for CTTACP