Activating CICS security discovery during CICS startup
6.2 and later Applies to 6.2 and later.
When a CICS® region starts up with a cold or an initial start, CICS security discovery is in an inactive state. Instead of manually activating it every time, you can use a PLT program to activate it automatically during CICS startup. CICS provides sample program DFH$SECD, which activates security discovery and sets all resource access requests to be discovered by default.
If you want to activate CICS security discovery, manually issue the SET SECDISCOVERY SPI command. This command is used to activate or deactivate CICS security discovery. For detailed information, see SET SECDISCOVERY.
Note: The security discovery state persists over a warm or an emergency restart. On a cold or an
initial start of CICS, security discovery is inactive. In
case of a cold or an initial start, you need to manually reissue the SET
SECDISCOVERY commands or add them to a program that runs as part of PLT to turn it on. See
Activating CICS security discovery during CICS startup.
Procedure
Results
You have successfully configured CICS to activate CICS security discovery during startup.