Table Format - FastExport

Teradata® FastExport Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
FastExport
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2024-03-18
dita:mapPath
jaa1691573250507.ditamap
dita:ditavalPath
gel1618411995444.ditaval
dita:id
rto1478610027076
Product Category
Teradata Tools and Utilities

In each case, for z/OS and UNIX client systems, the example presumes that a table named TranLogTable has been created on a database as follows:

CREATE TABLE TranLogTable
   (TranDate  Date,
    Region     Char(3),
    CustNo     Char(12),
    OrderNo    Char(6),
    ProdCode   Char(8),
    Quantity   Integer,
    Price      Integer)
   Unique Primary Index(OrderNo, ProdCode); 

The Windows examples are presented differently.