Description - Parallel Transporter

Teradata Parallel Transporter Application Programming Interface Programmer Guide

Product
Parallel Transporter
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-15
dita:mapPath
pev1488824663354.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2516
lifecycle
previous
Product Category
Teradata Tools and Utilities

"runsamp" is a precompiled Teradata PT API sample application. The runsamp directory consists of three files:

  • infile.littleEndian/infile.bigEndian
  • runsamp_<platform>_32
  • runsamp_<platform>_64

This application uses the Load driver to insert data from a flat file (infile.littleEndian/infile.bigEndian) to the target table tdloadXX_VJ using the following DDL statement:

INSERT INTO tdloadXX_VJ( :Associate_Id, :Associate_Name, :Salary, :DOJ, :Designation, :Loan_Amount, :Martial_Status, :No_Of_Dependents);