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

/EXTRACT

Read syntax diagramSkip visual syntax diagram>>-/E[XTRACT]:--obj--------------------------------------------><
 

Use /EXTRACT to copy a module from the library into an object file of the same name. The module remains in the library.

When ILIB copies the module to an object file, it adds the .obj extension to the module name and places the file in the current directory. If a file with this name already exists, ILIB overwrites it.

Example The command above copies the module sample from the mylib.lib library to a file called sample.obj in the current directory. The module sample in mylib.lib is not altered.

ilib mylib.lib /extract:sample
Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide