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

/GI

Read syntax diagramSkip visual syntax diagram>>-/GENI[IMPLIB]--:filename------------------------------------><
 

Use the /GENIMPLIB option to create an import library/export object pair.

Example

The command above will create an import library named sample.lib and an export object named sample.exp from the module definition file sample.def. However, if no exported symbols are contained, then sample.lib will not be produced.

    ilib /gi sample.def
Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide