Previous Topic: CICSPAWN(nn,nn,nn,...)

Next Topic: CAIENF/DB2 Control Options

MODE(CICSPAWN,NONE|ON)

Controls whether CAIENF/CICS SPAWN automatically installs into each CICS region. The default is NONE.

Options are:

NONE

Prevents CAIENF/CICS SPAWN from automatically installing intercepts into active CICS or as CICS regions start.

ON

Allows CAIENF/CICS SPAWN to automatically install intercepts as CICS systems start.

Note: If MODE(CICSPAWN,NONE) is specified, you need to manually enter a CICS(START,jobname,SPWN) for each CICS region in which CA Technologies solutions operate. This command can accept up to seven release level values.

If MODE(CICSPAWN,ON) is issued while CAIENF is active, then only the regions activated after the issuance of this command are installed by CAIENF/CICS SPAWN. CICS regions that were active before this command was issued are not intercepted. If you wish to activate SPAWN for a CICS region at this point, the CICS region must be recycled.

Example

To activate the CAIENF/CICS SPAWN intercepts in all CICS regions, code the following:

MODE(CICSPAWN,ON)

To prevent the CAIENF/CICS SPAWN intercepts from being installed into all active CICS regions during CAIENF startup, code the following:

MODE(CICSPAWN,NONE)