Previous Topic

Next Topic

Book Contents

Book Index

CTTACP Parameters

The following parameters can be specified to the utility in the EXEC statement that invokes the CTTACP JCL procedure:

Table 325 CTTACP EXEC Parameters

Parameter

Description

TRCIN

Name of source file

TRCOUT

Name of target file

Parameters can also be supplied using DD statement SYSIN:

Table 326 CTTACP SYSIN Parameters

Parameter

Description

COPY

Copy statement type. Mandatory.

  • FROM – Source data set type. Valid values are:

    - TRACE – Source is a Control-M/Tape Trace file.

    - SEQ – Source is a sequential, variable-blocked file.

  • TO – Target data set type. Valid values:

    - TRACE – Target is a Control-M/Tape Trace file.

    - SEQ – Target is a sequential, variable-blocked file.

INCLUDE /
EXCLUDE

The records written to the output data set can be filtered by one or more INCLUDE / EXCLUDE statements. INCLUDE / EXCLUDE statements for this utility can filter records according to any of the keywords used with trace type records, listed in the appendix that discusses logical field names for the Control-M/Tape Repository in the INCONTROL for z/OS Administrator Guide. For more information, see Record Selection Logic (INCLUDE / EXCLUDE Statements) (CTM).

OUTPUT

Output formatting. Valid values are:

  • LINESIZE – Output record size. Valid values: 70 to 132 characters; Default: 80.

Note: The LINESIZE parameter is valid only when the output is a sequential data set.

  • TYPE – Output format type. Valid values are:

       T – Trace file records are unchanged. Default.

       C – Output contains only printable characters.

       X – Output is written in Hexadecimal format.

       D – Output is written in dump format (a combination of C and          X types).

       F – Output is formatted. A comprehensive list of Logical Field           Names and relevant values is written for each trace record. For more information see the discussion of the keywords used with trace type records, in the appendix of the INCONTROL for z/OS Administrator Guide that deals with logical field names for the Control-M/Tape Repository.

Note: The C, X, D and F values for the TYPE parameter are valid only when the output is a sequential data set.

Parent Topic

CTTACP – Retrieve database tracking information