|
|
Archives of the TeradataForum
Message Posted: Wed, 14 Jan 2004 @ 16:40:32 GMT
Subj: | | Re: Error UTY1600 in Fastexport |
|
From: | | Victor Sokovin |
| .EXPORT OUTFILE ${HOME}/temp_saturn_campaign1.tmp FORMAT VARTEXT '|' MODE RECORD; | |
Last time I checked FastExport did not support VARTEXT in .EXPORT. Formats supported are as follows:
FASTLOAD,
BINARY,
TEXT,
UNFORMAT.
To achive your purpose you might want to change the query and concatenate the output columns (after appropriate conversions) separated by
'|'.
Regards,
Victor
| |