Tagged Questions
4
votes
1answer
3k views
Unpacking EBCDIC Packed Decimals (COMP-3) in an ASCII Conversion
I am using Jon Skeet's EBCDIC implementation in .NET to read a VSAM file downloaded in binary mode with FTP from a mainframe system. It works very well for reading/writing in this encoding, but it ...
2
votes
3answers
361 views
How to read EBCDIC data with a non standard codepage, and not mess up numbers?
Here is one for the old(er) hands :-)
I'm reading a binary dump from a mainframe DB2 table. The table has varchar, char, smallint, integer and float columns. To make it interesting, the DB2 uses ...
0
votes
3answers
3k views
Converting EBCDIC Char to Hex values (AFP EBCDIC data)
I working with some EBCDIC data that I need to parse and find some Hex values. The problem that I'm having is that it appears that I'm reading the file in with the incorrect encoding. I can see that ...