Quantcast
Channel: Teradata Forums - All forums
Viewing all articles
Browse latest Browse all 27759

FASTLOAD Error - Loading Fixed Length file to Table - response (1) by ThomasNguyen

$
0
0

Hi Kiranwt,
You need to remove the character ':' in front of the fields defined in the DEFINE command, it will become:
DEFINE
EID(CHAR(1)),
ENM(CHAR(5)),
ECD(CHAR(2)),
ESAL(CHAR(5))
FILE=EMP_FLAT.TXT;
 
Also, the fields in the input record must match with the DEFINE command. With the above DEFINE command, each record has 13 characters; while in your data file, each record has only 10 characters.
Thomas


Viewing all articles
Browse latest Browse all 27759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>