Archives of the TeradataForum
Message Posted: Tue, 03 Mar 2004 @ 00:01:46 GMT
Subj: | | Re: A Fast Export Issue |
|
From: | | Ganga Palakattil |
As John and Victor suggested I went through the archive again, and modified my script. Still it does not give me an ASCII Text File output.
I could not find anything more in the archive to add to the script.
Is there anything wrong with our Teradata configuration setup?
Script:
.LOGTABLE obc_load.felog;
.LOGON sftddev/mdbload,mdbload1;
.BEGIN EXPORT
SESSIONS 20;
.EXPORT MODE RECORD OUTFILE /home2/td/sourcecode/obc/LERG.TXT FORMAT TEXT;
SELECT NPANXXX,OWNER_MARKET_ID,OWNER_CARRIER_ID,OCN,MARKET_TYPE FROM
OBC_LOAD.NPA_NXX_OUTBOUND;
.END EXPORT;
.LOGOFF;
Sample Output:
A\264&^Q\347^D6246^A
|\245b^FL^D6664^A
\374\332L^A^B^D6246^A
\255[3^]\265^B^D6300^A
Thanks Ganga Palakattil
|