Notes on Using the above SQL CALL Statements - Parallel Transporter

Teradata Parallel Transporter Application Programming Interface

Product
Parallel Transporter
Release Number
15.00
Language
English (United States)
Last Update
2018-09-27
dita:id
B035-2516
lifecycle
previous
Product Category
Teradata Tools and Utilities

Notes on Using the above SQL CALL Statements

  • 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.