I have a file (10 gigs) in an export from a Mainframe database in EBCDIC format. I am trying to get this into a SQL Server 2008 database to query for a client. I am 100% clueless about conversion or import of this format. Repeated Google searches have not yielded any usable results. Any help would be appreciated. I do have a schema document that came with the export. The vendor is no help though. At this point I am willing to just pay someone for conversion if needed.
Asked
Active
Viewed 3,116 times
2
-
Do you have packed decimal data (comp-3) in it or is it just an EBCDIC to ASCII conversion? – billinkc Jun 02 '11 at 17:43
2 Answers
3
See my answer at Reading a Cobol generated file. It may help figure it out.

Community
- 1
- 1

Nicholas Carey
- 71,308
- 16
- 93
- 135
-
Your answer gave me a headache but thanks. I'm glad I never had to learn that! – Brian Spencer Jun 02 '11 at 18:45
0
Amino Software makes a component to solve this exact problem, called Lysine.

Patrick Altman
- 890
- 8
- 10