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:

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

To add CCVIINIT to the PLTPI:
- 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.
- Assemble and link-edit the updated PLTPI.