|
|
Archives of the TeradataForum
Message Posted: Tue, 03 Jan 2006 @ 15:40:19 GMT
Subj: | | Re: Help required with Mload! |
|
From: | | Jason Fortenberry |
Jay,
I am not sure why you say that the create table is giving you errors. It looks like that was successful according to your log file. Could you
post more of the log file that shows the actual error message?
But beforehand, the only problem I see with your script is that you need to specify the starting position for EmpNo in your input file.
Assuming it is starting in position 1, change your field layout command to:
.field EmpNo 1 char(9);
Good luck,
Jason
| |