Model 204 maintenance on IBM z/OS: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "==Applying RSQL and EVCP fixes== After you download the [https://m204.rocketsoftware.com/maint/fixlist RSQL and EVCP object files], you have access to <code>JZJRSQL</code>, a...")
 
m (add a non-breaking space)
Line 1: Line 1:
==Applying RSQL and EVCP fixes==
==Applying RSQL and EVCP fixes==


After you download the [https://m204.rocketsoftware.com/maint/fixlist RSQL and EVCP object files], you have access to <code>JZJRSQL</code>, a jobstream to relink the <var class="product">Model 204</var> RSQL or EVCP load module.
After you download the [https://m204.rocketsoftware.com/maint/fixlist RSQL and EVCP object files], you have access to <code>JZJRSQL</code>, a jobstream to relink the <var class="product">Model&nbsp;204</var> RSQL or EVCP load module.


===Relinking RSQL or EVCP===
===Relinking RSQL or EVCP===
Line 12: Line 12:
<li>Replace the first line with a JOB card.
<li>Replace the first line with a JOB card.
<li>Edit the lines near the top of the jobstream marked with 1-6 followed by <code>&lt;&lt;</code>. The numbers correspond to numbered instructions in the comments following those lines.
<li>Edit the lines near the top of the jobstream marked with 1-6 followed by <code>&lt;&lt;</code>. The numbers correspond to numbered instructions in the comments following those lines.
<li>As needed, edit the lines after <code>SYSLIN DD *</code> that are marked with <code>&lt;&lt;</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>&lt;&lt;</code>. See the comments at the top of the <code>SYSLIN</code> section for instructions.
</ul>
</ul>
<li>Submit the <code>JZJRSQL</code> job to relink either the RSQL or EVCP load module, based on your edits to the code.
<li>Submit the <code>JZJRSQL</code> job to relink either the RSQL or EVCP load module, based on your edits to the code.
</ol>
</ol>

Revision as of 17:45, 3 November 2016

Applying RSQL and EVCP fixes

After you download the RSQL and EVCP object files, you have access to JZJRSQL, a jobstream to relink the Model 204 RSQL or EVCP load module.

Relinking RSQL or EVCP

To apply fixes to the Model 204 RSQL or EVCP load module, relink the module by editing and submitting JZJRSQL as follows:

  1. Copy JZJRSQL into a local TSO library.
  2. Edit JZJRSQL 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 the SYSLIN section for instructions.
  3. Submit the JZJRSQL job to relink either the RSQL or EVCP load module, based on your edits to the code.