Optional: Update the PLTPI

To start the CICSĀ® Configuration Manager server, you need to invoke the program CCVIINIT. You can do this in two possible ways:

Start of change
  1. By adding CCVIINIT to the post-initialization program list table (PLTPI) for the CICS region.
  2. By starting the CCVI transaction or the CCVIINIT program yourself after the CICS region has started.
End of change

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.