Notes on Using the above SQL CALL Statements - Parallel Transporter

Teradata® Parallel Transporter Application Programming Interface Programmer Guide

Product
Parallel Transporter
Release Number
16.20
Published
November 2020
Language
English (United States)
Last Update
2020-11-19
dita:mapPath
ghk1527114222323.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2516
lifecycle
previous
Product Category
Teradata Tools and Utilities
  • When issuing the above SQL CALL statements, always specify the full path for any necessary input or output file. In the above statements infile.littleEndian, outfile.littleEndian, input.lod are examples of input and output files for which the full path should be specified.
  • Read access is required for all input files and the directories in which they are located. On Linux, this requires giving read access to the others group.
  • Write access is required for all output files and the directories where they will be located. On Linux, this requires giving write access to the others group.
  • All examples using the Export driver require that there be pre-existing data in the table from which data will be exported.
  • See the input.exp input file for instructions on how to create the input.exp2 input file.