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

Teradata® FastLoad Reference - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
FastLoad
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-11-17
dita:mapPath
dlf1641281592734.ditamap
dita:ditavalPath
vax1619194969834.ditaval
dita:id
wzs1478610185776
Product Category
Teradata Tools and Utilities
Here 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.