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


/MAP, /NOMAP

Use /MAP to generate a map file called name. The map 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.

/MAP option syntax
Read syntax diagramSkip visual syntax diagram   .-/NOMAP---------.  
>>-+----------------+------------------------------------------><
   '-/MAP-+-------+-'  
          '-:name-'    
 

Default is: /NOMAP

Abbreviations are: /M|/NOM

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

By default, the linker does not produce a map file.


Terms of use | Feedback

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