Hi everyone
I am currently developing a process that should handle data from an AS400
system. However, as the AS400 adapter is not available yet, I am getting
data from AS400 via ftp (binary) and trying to process locally via a
C++ program. However I need to transform EBCDIC code which my program reads
to transform it to ASCCI code so I did not found any other way to perform such a
transform. I wonder if there is a class or an option of a component
that allows EBCDIC to ASCII transformation. In case I should write some
code to build a component that perform such a conversion, I wonder if
someone could help me with some code sample.