Define the back-end subsystems you want FEPI to access

This defines the logical names (targets) that FEPI uses to refer to back-end systems (in this case CICSA, IMSA, and IMSB as given in TLIST), and relates them to their z/OS® Communications Server names (C1, I1, and I2 as given in PLIST).

EXEC CICS FEPI INSTALL TARGETLIST(TLIST) TARGETNUM(3)
     APPLLIST(PLIST)