Defining Job Steps - Parallel Transporter

Teradata® Parallel Transporter User Guide - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Parallel Transporter
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-08-25
dita:mapPath
uzp1645128359760.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
B035-2445
Product Category
Teradata Tools and Utilities
Job steps are units of execution in a Teradata PT job. Using job steps is optional; when used, they can execute multiple operations within a single Teradata PT job. Job steps are subject to the following rules:
  • A job must have at least one step, but jobs with only one step do not need to use the STEP syntax.
  • Each job step contains an APPLY statement that specifies the operation to be performed and the operators that performs it.
  • Most job steps involve the movement of data from one or more sources to one or more targets, using a minimum of one producer and one consumer operator.
  • Some job steps may use a single standalone operator, such as:
    • DDL operator, for setup or cleanup operations in the database.
    • The Update operator, for bulk delete of data from the database.
    • OS Command operator, for operating system tasks such as file backup.