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

Summary of ILIB options

The following is a summary of ILIB options on Windows.

Table 28. ILIB options on Windows
Syntax
Description
Default
Page
/?
Display help
None
/BA[CKUP]
/NOBA[CKUP]
Back up the output file (if it exists)
before overwriting it
/BA
/DEF:def
Specify the name of a .def
file to use to get information about
exported symbols and linker parameters
None
/F[REEFORMAT]
/NOF[REEFORMAT]
Use the free format command line
/F
/GEND[EF]:filename
Generate a .def file
None
/GENI[MPLIB]:filename
Generate an import library
None
/H[ELP]
Display help
None
/L[IST]:filename
Generate a list file
None
/NOE[XTDICTIONARY]
/EXTD[ICTIONARY]
Do not generate an extended
dictionary in an OMF library
/EXTD
/O[UT]:filename
Specify the name of the output
library
None
/Q[UIET], /NOL[OGO]
/LO[GO], /NOQ[UIET]
Do not display the banner on
startup
/LO
/W[ARN:msgnum,msgnum[,...]]
/NOW[ARN:msgnum,msgnum[,...]]
Enable printing of warning message
number msgnum
None
Notes:
  1. ILIB options 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 option. For example, -FREEFORMAT is equivalent to /FREEFORMAT.

  2. You can specify options in either short or long form. For example, /F, /FR, and /FREE are equivalent to /FREEFORMAT.

See below for detailed information on each ILIB option.

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