Invoking FastLoad | UNIX and Windows Examples | Teradata FastLoad - UNIX and Windows Examples - FastLoad

Teradata® FastLoad Reference

Product
FastLoad
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-18
dita:mapPath
ije1544831946874.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2411
lifecycle
previous
Product Category
Teradata Tools and Utilities
Following are examples of three ways to invoke Teradata FastLoad on workstation-attached client systems:
  • fastload </home/fluser/tests/test1 >/home/fluser/tests/out1

    This command specifies both an input file and an output file:

    • /home/fluser/tests/test1 is the input file that provides the Teradata FastLoad job script.
    • /home/fluser/tests/out1 is the destination file for output data.
  • fastload </home/fluser/tests/test1

    This command specifies only an input file. In this case, the output is written to the standard output device, which is usually a terminal.

  • fastload

    This command specifies neither an input nor an output device. In this case, the terminal provides both the command input and the output data destination.