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

/REMOVE

Read syntax diagramSkip visual syntax diagram>>-/R[EMOVE]:--obj---------------------------------------------><
 

Use /REMOVE to delete an object module from a library. After /REMOVE, specify the name of the module to be deleted. Module names do not have path names or extensions.

Examples The following command deletes the module sample from the library mylib.lib.

ilib /out:mylib.lib mylib.lib /remove:sample

This next command copies sample.obj from the mylib.lib library to an object file in the current directory. Then sample.obj is deleted from the library.

ilib /out:mylib.lib mylib.lib /extract:sample /remove:sample

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)