Defining Job Steps - Parallel Transporter

Teradata® Parallel Transporter User Guide - 20.00

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Parallel Transporter
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2026-03-09
dita:mapPath
jyo1691132621468.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
yok1478610767644
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.