Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: the conversion is from Mainframe flat file to Unix Flat file - b
Raymond
EBCDIC is the format few mainframe computer uses. Unix systems typically uses ASCII. I am not sure about the type of the file, but you may have to convert the file from EBCDIC to ASCII to make any meaning ful use of the file. You could use dd command for this conversion..
dd if=input file of=outfile conv=ascii bs=128k
Thanks
Riyaj "Re-yas" Shamsudeen
Certified Oracle DBA
i2 technologies www.i2.com
Raymond Lee Meng Hong <RAYMOND_at_infopro.com.my>
Sent by: root_at_fatcity.com
06/15/01 09:40 PM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
cc:
Subject: the conversion is from Mainframe flat file to Unix Flat file - b
what is EBCDIC format
I have a customer from IBM DB2 mainframe going to pass data to my oracle system for matching of record ,what they told me is the tape is in EBCDIC format ? I don't have any experience on these format ? can anyone please explain /guildline on these ?
Raymond fall asleep in waiting for the Q.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Raymond Lee Meng Hong INET: RAYMOND_at_infopro.com.my Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Jun 15 2001 - 23:06:23 CDT