Verifying the Import Task - 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

Use the following BTEQ commands to verify the Teradata FastLoad job by selecting newly loaded data from the Employee table:

bteq
.logon  tdpid/username,password.width 120
select * from employee where salary > 65000.00;
.quit

The response indicates that the Employee table was successfully loaded with the data from the insert.input file:

                *** Query completed. 4 rows found. 13 columns returned.
                *** Total elapsed time was 6 seconds.
EmpNo  Name         DeptNo  PhoneNo  JobTitle    Salary  YrsExp          DOB  Sex  Race  MStat  EdLev  HCap
-----  ------------ ------  -------  --------- --------- ------  -----------  ---  ----  -----  -----  ----
10028  Lee, Sandra     200    5844   Support   77,000.00      4  JAN 01 1971  F            M       18     0
10001  Jones, Bill     100    5376   Preside   83,000.00     15  JAN 01 1960  M            M       14     0
10002  Smith, Jim      100    4912   Sales     73,000.00     10  JAN 01 1970  M            M       13     1
10029  Berg, Andy      200    2312   Test      67,000.00     10  JAN 01 1967  M            M       15     0