Run the Java - PL/I sample program with this command:
java callingPLI
The output of the sample program will look like this:
Hello from Enterprise PL/I! And Hello from Java, too!
The first line written from the PL/I native method. The second line is from the calling Java class after returning from the PL/I native method call.