ICSF provides callable services to perform cryptographic functions. You can write a callable service to perform a function unique to your installation. In the installation options data set, you must define each installation-defined callable service. You specify a number to identify the service to ICSF, and you specify the load module that contains the service. You can use the panels to view the number and module name for each installation-defined callable service.
For more information about writing, defining, and running an installation-defined service, see z/OS Cryptographic Services ICSF System Programmer's Guide.
The Installation Options panel appears. Refer to Figure 1.
CSFSOP00 ----------- ICSF - Installation Options --------
OPTION ===> 3
Enter the number of the desired option above.
1 OPTIONS - Display Installation Options
2 EXITS - Display Installation exits and exit options
3 SERVICES - Display Installation Defined Services
The Installation Defined Services panel appears. Refer to Figure 2.
CSFSOP40 -------- ICSF - Installation Defined Services --- ROW 1 TO 8 OF 8
COMMAND ===>
SERVICE NUMBER INSTALLATION NAME
-------------- -----------------
1 SERVICE1
3 SERVICE3
5 SERVICE5
6 SERVICE6
8 SERVICE8
11 SERVICEB
13 SERVICED
****************************BOTTOM OF DATA**************************************
The system programmer used the SERVICE keyword in the installation options data set to specify the service-number, the load-module-name, and fail-option for each service. The service number identies the service to ICSF. The load-module-name identifies the module that contains the installation-defined service. The Installation Name column on the panel lists the load-module-name for each installation service.
The panel displays the service number and the corresponding installation name for each installation-defined service that is specified in the installation options data set.
At ICSF start up, you define an installation options data set that contains the options your installation wants to use. The options specify certain modes and conditions on your ICSF system. You specify the keyword and value for each option in the installation options data set. You specify the data set name in the startup procedure. When you start ICSF, the options become active.