Start of change

Generate the Program Load Table (PLT)

The following paragraphs contain instructions for generating the PLT. However for CICS® TS systems there is no need to specify the WUI initialization and shutdown programs in initialization and shutdown program list tables (PLTPI and PLTSD). The recommended alternative is to specify the CPSMCONN=WUI CICS system initialization parameter which will invoke CICSPlex® SM code automatically during CICS initialization to initialize the region as a CICSPlex SM Web User Interface server.

Start of changeUpdate your WUI PLTPI and PLTSD initialization and shutdown program list tables with the following:

 DFHPLT TYPE=ENTRY,PROGRAM=EYU9VKIT
Note:
This should be placed after the DFHDELIM for PLTPI and before the DFHDELIM for the PLTSD. An example of the DFHDELIM for PLTPI is as follows:
     DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM
     DFHPLT TYPE=ENTRY,PROGRAM=EYU9VKIT
End of change

When you have updated your PLT CICS resource definition table, assemble and link-edit it using the CICS procedures for maintaining resource definition table load modules.

End of change [[ Contents Previous Page | Next Page Index ]]