Method 2 - Parallel Transporter

Teradata® Parallel Transporter User Guide

Product
Parallel Transporter
Release Number
17.00
Published
August 31, 2020
Language
English (United States)
Last Update
2020-08-27
dita:mapPath
zae1544831938751.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
B035-2445
lifecycle
previous
Product Category
Teradata Tools and Utilities
  1. Add a step to the beginning of your next Teradata PT job, with the following Job Control Language statements:
    //DELETE  PGM=IEFBR14
          //CPD1    DD DISP=(OLD,DELETE),DSNAME=<high-level qualifier>.CPD1
          //CPD2    DD DISP=(OLD,DELETE),DSNAME=<high-level qualifier>.CPD2
          //LVCP    DD DISP=(OLD,DELETE),DSNAME=<high-level qualifier>.LVCP

    where <high-level qualifier> is the high-level qualifier you supplied to the TBUILD JCL PROC when you submitted the job that created these checkpoint files. Or substitute the names of your checkpoint datasets for everything to the right of DSNAME= above, if you have a different convention for naming them.

    For examples of naming and using checkpoint datasets on z/OS, see the “JCL Examples” section in the Teradata Parallel Transporter Reference (B035-2436).