Example 1

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