Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

Linking the Dynamic Link Library

Link the resulting PL/I object deck into a DLL with these commands:

       ilib /nologo /geni passInt.def
       ilink /dll passInt.obj passInt.exp javalib\javai.lib
Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide