Previous Topic: DB2REL(nn)

Next Topic: Imbedded Multi-User Facility (IMUF) Option

MODE(DB2,ON|NONE)

Controls whether CAIENF/DB2 automatically installs intercepts into each DB2 subsystem. The default is ON.

ON

Allows CAIENF/DB2 to automatically install intercepts as DB2 systems start.

NONE

Prevents CAIENF/DB2 from automatically installing intercepts as DB2 subsystems start.

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

Example

To activate the CAIENF/DB2 intercepts in all DB2 subsystems, code the following:

MODE(DB2,ON)

To prevent the CAIENF/DB2 intercepts from being installed into starting DB2 subsystems after CAIENF startup, code the following:

MODE(DB2,NONE)