Have you tried to use peekOSMemory, its a bit strange to do control Block 
hopping in Java and using this method, there is No dsect conversion or so, Just 
Pointer Arithmetik, but it should be possible to do similar Things as in 
Assembler.
https://github.com/zsystems/java-samples/blob/master/PeekOSMemory.java

You could combine it with the jzos record Generator, that allows to create Byte 
identical Java records with getter and Setter methods based on cobol copybooks 
or Assembler dsects.
But the Code Looks strange to a Java Developer.
Denis.
    On Friday, August 30, 2024 at 04:57:29 PM GMT+2, Steve Thompson 
<ste...@wkyr.net> wrote:  
 
 I'm working on a project to "modernize" ALC to Java.

And I have code that is reading the TIOT to find DDs that the 
process is interested in.

The subject is the question. I'm documenting routines (biz logic) 
and the program I'm working on is a bit challenging.

I know Java, kinda, when I see it. But I haven't found any method 
for this.

Anyone have to deal with this before (in Java)?

Regards,
Steve Thompson

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
  

Reply via email to