Rational Developer for System z
COBOL for Windows, Version 7.5, Programming Guide


/VERBOSE, /NOVERBOSE

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

/VERBOSE option syntax
Read syntax diagramSkip visual syntax diagram   .-/NOVERBOSE-.  
>>-+------------+----------------------------------------------><
   '-/VERBOSE---'  
 

Default is: /NOVERBOSE

Abbreviations are: /VERB|/NOV

If you have 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 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, but is the preferred form.

related references
/INFORMATION, /NOINFORMATION


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)