Creating a Map of the Program Object or Load Module - the MAP Operand
To have the system include a map of the program object or output module use the MAP and PRINT operands. The program object or output module consists of the control sections, the entry names, and (for overlay structures) the segment number in the PRINT data set. NOMAP, specifying that you do not want a map of the program object or output module, is the default.
For example, to have the system include a map of the output module
from object module SECOND into PRINT data set PRINT.DATA, enter:
LINK SECOND PRINT(PRINT.DATA) MAP