Optional: Update the PLTPI

To start the CICSĀ® Configuration Manager server, you need to invoke the program CCVIINIT. You can do this either by adding this program to the post-initialization program list table (PLTPI) for the CICS region, or by invoking the program yourself after the CICS region has started.

To add CCVIINIT to the PLTPI:

  1. Edit the PLTPI source, and add the following entry after the existing entry for the program DFHDELIM:
    DFHPLT TYPE=ENTRY,PROGRAM=CCVIINIT

    If a PLTPI does not exist, create one.

  2. Assemble and link-edit the updated PLTPI.