We build EGL batch programs - generated as Cobol batch on z/OS. That works fine - no problems.
We now want to generate the same EGL batch program as java, to be run on linux. In general that works fine too.
But - we have some sequential file structures with dataitems type decimal(13,2), where the files are written by one batch program and read by the next.
My question is:
- are there any problems using datatype decimal(13,2) when generating to java ? Guess this datatype could give problems as the content is a mainframe format "packed decimal" with the sign in the last half fbyte.
Have anyone tried this datatype with luck using java ?
TIA
Morten Hansen, IBM Denmark
mohaIBMDK