Archives of the TeradataForum
Message Posted: Wed, 04 Jun 2008 @ 12:05:18 GMT
Subj: | | Re: UTY4017 Not enough data in vartext record number 1 |
|
From: | | sivaji.gv |
Most probably there is a missing newline at the end of the record-1 and mload sensed EOF before getting EndOfRecord.
So insert a newline at the end of the last record (just press enter at the end of the last record) and hopefully mload should read the record
without any error.
Also it is good practice to specify the record delimiter in the IMPORT stmt.
Regards,
Sivaji GV
|