Restart the FastLoad Job if Paused During End Loading Phase | Teradata FastLoad - Restarting the Job if the Teradata FastLoad Job was Paused During the End Loading Phase - 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
  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.