rbheemana/Cobol-to-Hive

S99. is converted as 3 but in mainframe it is considered as 2/SNUM

Opened this issue · 0 comments

Hi Ram,

I are working on some file, in one of the file, I found couple of scenario,
I am using the serde3 only.

First Scenario:
S99. is converted as 3 using cobolserde3 but in mainframe it is considered as 2/SNUM

Using FileAid- DISPLAY 0{
2/SNUM
Second Scenario:
PIC 9(10) COMP-3 is converted as 5 but in mainframe is considered as 6/P

Third Scenario:
PIC 9(4) COMP-3 is converted as 2 but in mainframe is considered as 3/P

Would you please help me to understand this scenario and help me to resolve this?

Thank you and Appreciate your time and efforts!!!