Call RPG function from Java

后端 未结 1 563
夕颜
夕颜 2021-02-11 07:04

I want to find away to call a RPG Function from Java. I must be able to pass in parameters and to return result sets, and output parameters.

I was able to find this but

相关标签:
1条回答
  • 2021-02-11 07:36

    Everything is explained in the IBM Toolbox for Java (JTOpen) Programmer's Guide.

    Specifically the ProgramCall class will allow you to call an HLL from Java.

    0 讨论(0)
提交回复
热议问题