Model 204 maintenance on IBM z/OS: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==Applying RSQL and EVCP fixes== | ==Applying RSQL and EVCP fixes== | ||
After you download the [https://m204.rocketsoftware.com/maint/fixlist | After you download the [https://m204.rocketsoftware.com/maint/fixlist object files], you have access to <code>LKRSQLJ</code>, a jobstream to relink the Model 204 load modules (ONLINE, IFAM1, IFAM4) with the new RSQL or EVCP object file. | ||
<p class="note"><b>Note:</b> The RSQL and EVCP object files are mutually exclusive. Do not link both into the same load module.</p> | <p class="note"><b>Note:</b> The RSQL and EVCP object files are mutually exclusive. Do not link both into the same load module.</p> | ||
===Relinking with RSQL or EVCP=== | ===Relinking with RSQL or EVCP=== | ||
Relink the load modules with the RSQL or EVCP object file by editing and submitting [[Model 204 RSQL/EVCP link job stream for IBM z/OS|LKRSQLJ]] as follows: | |||
<ol> | <ol> | ||
Line 16: | Line 16: | ||
<li>As needed, edit the lines after <code>SYSLIN DD *</code> that are marked with <code><<</code>. See the comments at the top of the <code>SYSLIN</code> section for instructions. | <li>As needed, edit the lines after <code>SYSLIN DD *</code> that are marked with <code><<</code>. See the comments at the top of the <code>SYSLIN</code> section for instructions. | ||
</ul> | </ul> | ||
<li>Submit the <code>LKRSQLJ</code> job to relink either the RSQL or EVCP object file | <li>Submit the <code>LKRSQLJ</code> job to relink the load module with either the RSQL or EVCP object file. | ||
</ol> | </ol> |
Latest revision as of 21:36, 4 November 2016
Applying RSQL and EVCP fixes
After you download the object files, you have access to LKRSQLJ
, a jobstream to relink the Model 204 load modules (ONLINE, IFAM1, IFAM4) with the new RSQL or EVCP object file.
Note: The RSQL and EVCP object files are mutually exclusive. Do not link both into the same load module.
Relinking with RSQL or EVCP
Relink the load modules with the RSQL or EVCP object file by editing and submitting LKRSQLJ as follows:
- Copy
LKRSQLJ
into a local TSO library. - Edit
LKRSQLJ
for your configuration:- Replace the first line with a JOB card.
- Edit the lines near the top of the jobstream marked with 1-6 followed by
<<
. The numbers correspond to numbered instructions in the comments following those lines. - As needed, edit the lines after
SYSLIN DD *
that are marked with<<
. See the comments at the top of theSYSLIN
section for instructions.
- Submit the
LKRSQLJ
job to relink the load module with either the RSQL or EVCP object file.