Defining Job Steps - Parallel Transporter

Teradata® Parallel Transporter User Guide

Product
Parallel Transporter
Release Number
17.10
Published
February 2022
Language
English (United States)
Last Update
2022-02-04
dita:mapPath
kyx1608578396289.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
B035-2445
lifecycle
previous
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.