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

/LINENUMBERS, /NOLINENUMBERS

Use /LINENUMBERS to include source file line numbers and associated addresses in the map file. For this option to take effect, there must already be line number information in the object files you are linking.

When you compile, use the GONUMBER option to include line numbers in the object file (or the TEST option to include all debugging information).

If you give the linker an object file without line number information, the /LINENUMBERS option has no effect.

The /LINENUMBERS option forces the linker to create a map file, even if you specified /NOMAP.

By default, the map file is given the same name as the output file, plus the extension .map. You can override the default name by specifying a map filename.

Default: /NOLINENUMBERS

Abbreviations: /L|/NOLI


Terms of use | Feedback

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