Previous Topic: CICS(REFRESH,jobname)

Next Topic: CICSREL(nn,nn,nn,...)

MODE(CICS,ON|NONE)

Controls whether CAIENF/CICS automatically installs intercepts into each CICS region. The default is ON.

Options are:

ON

Allows CAIENF/CICS to automatically install intercepts at CICS systems start.

NONE

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

Note: If MODE(CICS,NONE) is specified, you need to manually enter a CICS(START,jobname,prodcode) for each CICS region in which CA Technologies solutions operate.

If MODE(CICS,NONE) is issued while CAIENF is active, then only the regions activated after the issuance of this command are not intercepted by CAIENF/CICS. CICS regions that were active prior to the issuance of this command continue to be intercepted. If you wish to deactivate a CICS region at this point, the CICS region must be recycled.

Examples

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

MODE(CICS,ON)

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

MODE(CICS,NONE)