SLAC Modifications to the OS/VS Linkage EditorAlthough not obtained directly from the CBT tape archive, this program came from the SHARE library tapes archive hosted at the CBT site. The SLAC modifications to the OS/VS linkage editor are of two types: (1) changes and additions to printed output and (2) various internal changes to help the user in program debugging. InstallationI have extracted the 14 relevant datasets from the much larger conglomerate tape image contained in the original archive and placed them on a HET tape image with standard labels. That tape image and two jobstreams are available for download in lked37.tgz [MD5: 320203EA615625282AB9522FEFF9CA62]. The tape contains the complete source, a jobstream to assemble and link-edit the source, a jobstream to reload the datasets from tape to disk, etc. But the two jobstreams included in the archive (PRINTDOCS.JCL and RELOAD.JCL) will print the six documentation datasets from the tape and reload the load modules so that the modified link editor can be used with minimal effort. As contained on the tape, the link editor will call a custom SVC to record information in the SMF dataset. The source for the SVC is included on the tape, along with instructions for its use. Without this SVC installed, the link editor will abend. The reload jobstream performs three functions: it reloads the load module to a temporary dataset, it ZAPs the SVC instructions so that the linkage editor will execute without the installation of the SVC, and it then re-links the load module into the desired target load library. The third step of this job utilizes the ZZRELINK program available from the CBT page on this site. As currently coded in the RELOAD jobstream, the target load library is SYS2.LINKLIB. If you place the output into SYS1.LINKLIB, it will replace the original Linkage Editor program installed when MVS was generated, so you should choose a different target. In order to use this version of the Linkage Editor instead of the regular Linkage Editor, insert a STEPLIB DD card in the LKED step of your compile or link jobstreams. I hope that you have found my instructions useful. If you have questions that I can answer to help expand upon my explanations and examples shown here, please don't hesitate to send them to me:
This page was last updated on April 22, 2008 . |