I understand it is possible to call Java classes from COBOL programs using the INVOKE command. I have seen the example in the Prog.Guide.
I need some clarification on passing parameters to Java and returning values from Java.
Is it possible to pass pointer variables to Java? (an address pointing to some storage structure)
The goal is to convert some CPU intensive subroutines into Java classes in order to leverage the Zaap processor.
Is there any useful documentation on this subject ?