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.

ON

Lets CAIENF/CICS install automatically intercepts at the CICS systems start.

NONE

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

Default: ON

Note: If MODE(CICS,NONE) is specified, 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, CAIENF/CICS does not intercept only the regions activated after the issuance of this command. The CICS regions that were active before this command was issued continue to be intercepted. To deactivate a CICS region, the CICS region must be recycled.

Examples

Activate the CAIENF/CICS intercepts in all CICS regions:

MODE(CICS,ON)

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

MODE(CICS,NONE)