|
|
Archives of the TeradataForum
Message Posted: Sun, 05 May 2001 @ 23:23:37 GMT
Subj: | | Re: Fastload Help |
|
From: | | Michael Larkins |
Hello Unidentified user:
When you run the unload to the MVS environment, it is not the "unformatted" file type, like on the mainframe. If you are unloading to
Network computer, the unload format is not "unformatted". There is no newline and there is no 2 byte VLI at the beginning of the record. I
believe it is the 2 extra bytes giving your the trouble.
So, take the newline (char(1)) out of your define and take the set record out of your Fastload and it will work fine.
Good luck,
Mike
| |