Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Step 1

Add the following entry to the ICHRIN03 table. The table is an assembly language program that is assembled and link edited into a system LPA library.
 

Panel
Html bobswift
<pre>
         DC     CL8'UECTLR  '   PROC NAME
         DC     CL8'UECUSR  '   UEC USER PROFILE
         DC     CL8'UECGRP  '   UEC GROUP PROFILE
         DC     XL1'00'
         DC     XL7'00'
         DC     CL8'UBROKER '   PROC NAME
         DC     CL8'UBRUSR  '   UBR USER PROFILE
         DC     CL8'UBRGRP  '   UBR GROUP PROFILE
         DC     XL1'00'
         DC     XL7'00'
</pre>

Step 2

Increment the table count field by two. (The count field is the first 2 bytes of the table.)

Step 3

Assemble and link edit the ICHRIN03 table.
IBM provides a sample ICHRIN03 table and the JCL to assemble and link edit it in SYS1.SAMPLIB(RACTABLE).

Step 4

IPL the system with the CLPA option.