Specifying binder options using the TSO LINK command

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.


[ Top of Page | Previous Page | Next Page | Contents | Index ]