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.

NONE

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

ON

Lets CAIENF/CICS SPAWN install automatically intercepts as the CICS systems start.

Note: If MODE(CICSPAWN,NONE) is specified, 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, CAIENF/CICS SPAWN installs only the regions activated after the issuance of this command. The CICS regions that were active before this command was issued are not intercepted. To activate SPAWN for a CICS region, recycle the CICS region.

Example

Activate the CAIENF/CICS SPAWN intercepts in all CICS regions:

MODE(CICSPAWN,ON)

Prevent the CAIENF/CICS SPAWN intercepts from being installed into all active CICS regions during CAIENF startup:

MODE(CICSPAWN,NONE)