revilord
Programmer
- Oct 2, 2003
- 64
I was given a new text file to import into a SQL database for a client. I thought it was all garbled then I realized it was in ebcdic 3780 format. All I know about cobol is it exists.
I really have no idea what to do with this data. It contains packed decimal data. I have tried using something called iicscvt.exe to convert the data but I still have a bunch of garbage in the text file. Maybe I am using it wrong. I was hoping the the Cobol DBA could send me some converted ASCII data but you know how clients can be.
Can someone please give me some idea of what I can do to import this data properly into a sql database.
I really have no idea what to do with this data. It contains packed decimal data. I have tried using something called iicscvt.exe to convert the data but I still have a bunch of garbage in the text file. Maybe I am using it wrong. I was hoping the the Cobol DBA could send me some converted ASCII data but you know how clients can be.
Can someone please give me some idea of what I can do to import this data properly into a sql database.