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.10
Published
June 2021
Language
English (United States)
Last Update
2021-07-01
dita:mapPath
ruk1608578422758.ditamap
dita:ditavalPath
vax1619194969834.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.