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

/MAP, /NOMAP

Use /MAP to generate a map file called name. The file lists the composition of each segment, and the public (global) symbols defined in the object files. The symbols are listed twice: in order of name and in order of address.

If you do not specify a directory, the map file is generated into the current working directory. If you do not specify name, the map file has the same name as the executable output file, with the extension .map.

Default: /NOMAP

Abbreviations: /M|/NOM


Terms of use | Feedback

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