Previous Topic

Next Topic

Book Contents

Book Index

CTTSPL Parameters

Table 381 CTTSPL Parameters

Parameter

Description

EXTRACT PATH=ALL

EXTRACT statement specified using DD statement SYSIN. This is the only EXTRACT statement allowed with the CTTSPL utility. Mandatory.

INCLUDE / EXCLUDE

The scope of the utility can be limited by one or more INCLUDE and/or EXCLUDE statements.

INCLUDE / EXCLUDE statements are specified immediately after the EXTRACT statement in the SYSIN DD statement. For more information, see Record Selection Logic (INCLUDE / EXCLUDE Statements) (CTM).

TYPERUN

Used to specify both the parameters that affect the general functioning of the utility, and the execution mode of the utility. Mandatory.

Only one TYPERUN statement can be specified for each run of this utility. Specify this parameter using DD statement DAIN.

Valid subparameters are:

  • FUNCTION — The function to be performed. Mandatory. Valid values are:

    - COPY — Records are copied from the source Media database to the extract file (REPDATA). Copied records are not deleted from the source Media database.

    - MOVE — Records are moved from the source Media database to the extract file. Moved records are deleted from the source Media database.

  • MODE — The operation mode. Optional. Valid values are:

    - NORMAL — Normal operation mode. Default.

    - SIMULATION — Simulation mode. No changes are made to the Media database. Messages are sent to the utility log to show which changes would have been made to the Media database if the run were in NORMAL mode.

Note: The result of running the CTTSPL utility in simulation mode is identical to running it with the FUNCTION parameter set to COPY. The resulting extract file (REPDATA) can be used as input for a regular (or simulation mode) run of the CTTMER utility.

Parent Topic

CTTSPL – Copies or moves Media database records