HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Specifying binder options using the TSO LINK command

HLASM Programmer's Guide
SC26-4941-06

You specify binder options on the LINK and LOADGO commands. The following example shows you how to specify the LET, MAP, and NOCALL options when you issue the LINK command:
LINK PROGRAM1 LET MAP NOCALL
You can use the PRINT option to display the module map at your terminal:
LINK PROGRAM1 MAP PRINT(*)

The * indicates that the output from the binder is displayed at your terminal. NOPRINT suppresses any messages.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014