Call RPG function from Java

后端 未结 1 2109
悲哀的现实
悲哀的现实 2021-02-11 07:25

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:47

    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)
提交回复
热议问题