You can supply three exits that are called during
ICSF initialization.
You can also define an exit routine to run after an operator issues
the STOP command and another exit to run after the MODIFY command.
Thus, mainline exits can run at these five different points:
- Initialization points
- Before ICSF initialization
- After ICSF reads and interprets the installation options
- Before the completion of ICSF initialization
- When an operator issues a STOP ICSF command
- When an operator issues a MODIFY ICSF command
You can use a mainline exit to alter values in the Cryptographic
Communication Vector Table, to end ICSF, or to change ICSF installation
options. For more information about the mainline exits, see Mainline installation exits.