Required Specifications - Parallel Transporter

Teradata® Parallel Transporter Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
IntelliFlex
Enterprise
VMware
Lake
Product
Parallel Transporter
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2025-04-02
dita:mapPath
mjn1691132485167.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
ogv1478610452101
Product Category
Teradata Tools and Utilities

The following specifications are required to define the OS Command operator in a Teradata PT job script.

Required Syntax for the OS Command Operator 
Specification Description
OsCmd = 'command' Name of the operating system command.

To specify more than one command, use the following syntax:

VARCHAR ARRAY OsCmd = ['cmd1', 'cmd2', 'cmd3'...]

Each command is executed in a separate call to the operating system.

TYPE Operator type. Always OS COMMAND for the OS Command operator.