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

Summary of ILIB objects

The following is a summary of ILIB objects on Windows.

Table 29. ILIB objects on Windows
Syntax
Description
Default
Page
filename
Add/replace the named object
in the library
None
/E[XTRACT]:obj
Copy the named object into the current
directory and overwrite it if it already
exists
None
/R[EMOVE]:obj
Remove the named object from the list of
objects to be placed in the output library
None
Notes:
  1. ILIB objects are not case sensitive, so you can specify them in lower-, upper-, or mixed-case.

    You can also substitute a dash (-) for the slash (/) preceding the object. For example, -REMOVE:filename is equivalent to /REMOVE:filename.

  2. You can specify objects in either short or long form. For example, /R:filename and /RE:filename are equivalent to /REMOVE:filename.
  3. The order of operations when processing the command line is left to right.
  4. ILIB never makes changes to your input library while it runs. It copies the library and makes changes to the copy. If ILIB is interrupted, your original library will be restored.

    If you do not specify an output library, ILIB will not produce any output.


Terms of use | Feedback

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