Restarting the job if the Teradata FastLoad job was paused during the end loading phase - FastLoad

Teradata® FastLoad Reference

Product
FastLoad
Release Number
16.20
Published
October 2018
Language
English (United States)
Last Update
2019-02-14
dita:mapPath
ybx1527114222321.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2411
lifecycle
previous
Product Category
Teradata Tools and Utilities
  1. Use the same LOGON command described in the procedure (Restarting the job if the Teradata FastLoad job was paused during the loading phase).
  2. Submit BEGIN LOADING and END LOADING commands, as in the following example:
    LOGON dbc/sjn,music ;
    BEGIN LOADING Fast_Table
        ERRORFILES Error_1, Error_2 ;
    END LOADING ;
    If a Teradata FastLoad job script is used to assemble these commands, make sure to delete the CREATE TABLE and any DROP TABLE and DELETE statements before restarting the job.