Calling a JAVA Class as a Stored Procedure

Topics:

You can easily access a JAVA class in your application, much as you would access an external program with CALLPGM. There are two ways to call a JAVA class:

  • CALLJAVA call.
  • EX command.

Either method enables you to pass parameters to the JAVA class and receive data back.

CALLJAVA is also known as the Call Java Adapter.


iWay Software