17 Feb 2011
Fastload, Multiload and TPump all allow you to specify the character set of the input file using the -c option.
TPT aso allows you to specify input chracterset.
If your input data is all character format, you can also use your FTP package on the mainframe to do the convert - you dont need a separate mainframe step.
Note if your output has mixed datatypes (eg characters, decimal and integer/ real/ smallint numbers in non-character form) FTP cannot convert - use the EBCDIC characterset.
So drop it down and load away!
Lets say you have a Mainframe EBCDIC file, however you have NO Channel connection. You have a remote located Teradata machine with a LINUX ETL
server.
I say in order to load this file you must first convert it while on the Mainframe to
an ASCII/Text file, FTP the file to the LINUX ETL server and then load from there.
I don't think you can just drop this File on a server and load away !!!!
Is there anything I'm over looking here ? what about TPT ?
Any other idea's ???