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

/VERBOSE

Use /VERBOSE to have the linker display information about the linking process as it occurs, including the phase of linking and the names and paths of the object files being linked.

If you are having trouble linking because the linker is finding the wrong files or finding them in the wrong order, use /VERBOSE to determine the locations of the object files being linked and the order in which they are linked.

The output from this option is sent to stdout. You can redirect the output to a file using Windows redirection symbols.

/VERBOSE is the same as /INFORMATION.

Default: /NOVERBOSE

Abbreviations: /VERB|/NOV


Terms of use | Feedback

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