z/OS TSO/E Command Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 1

z/OS TSO/E Command Reference
SA32-0975-00

Operation: Combine three object modules into a single load module.

Known:
  • The names of the object modules in the sequence that the modules must be in: TPB05.GSALESA.OBJ TPB05.GSALESB.OBJ TPB05.NSALES.OBJ
  • You want all of the linkage editor listings to be produced and directed to your terminal.
  • The name for the output load module: TPB05.SALESRPT.LOAD(TEMPNAME)
link (gsalesa,gsalesb,nsales) load(salesrpt) print(*) -
xref list

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014