z/OS TSO/E Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Producing a Cross Reference Table - the XREF Operand

z/OS TSO/E Programming Guide
SA32-0981-00

To have the system create a cross reference table and place it in the PRINT data set, use the PRINT and XREF operands. The cross reference table includes the module map and a list of all address constants referring to other control sections. Because the XREF operand includes a module map, both XREF and MAP cannot be specified for a particular LINK command. NOXREF, which specifies that you do not want a cross reference table in the PRINT data set, is the default.

For example, to produce a cross reference table from object module SECOND.OBJ, and place it in PRINT data set PRINT.DATA, enter:
LINK SECOND PRINT(PRINT.DATA) XREF

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014