I am trying first to build a simple dataframe from mainframe source with cobrix to find out how it deals with ebcdic files.
My Input looks like this. (hex) : 313030100C3230301A0C. If I quickly open with Notepad++ : raw_data
I use these options to read my data and turn it into a dataframe.
I have tried all the ebcdic encoding supported values without success. I also tried to change S9(3).
to 999.
or 9(3).
in .cobol file but does not change anything.
My output does not look like what I was expecting.
It works fine with "classic" ascii encodage and without "COMP-3". Can you help me to find out why my df does not look like expected ?
Many thanks !