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 - 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
  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.