|
|
Archives of the TeradataForum
Message Posted: Thu, 11 Aug 2005 @ 13:50:32 GMT
Subj: | | Re: Fixed width files from FastExport |
|
From: | | Victor Sokovin |
| What do you mean by fixed width ? | |
I understand it as follows. You have a number of fields in the output file:
Field1 Field2 ... FieldN
The only requirement is that each field has a fixed width:
Field1 is of Length1,
Field2 is of Length2,
...,
FieldN is of LengthN.
Fields are filled with padding characters, if necessary. Usually with blanks. There could be optional requirements on field
alignment.
Regards,
Victor
| |