CA-DYNAM from Computer Associates (z/VSE only)

The CA-DYNAM products use a SYSTEM ADAPTER to trap and analyze the SVCs.

This SYSTEM ADAPTER is normally started via CASAUTIL in the prodedure $0jcl... for the BG partition after IPL.

The CA SYSTEM ADAPTER must be started before our own system interface is initialized by running COMSIP.

Before starting Com-plete, the CA SYSTEM ADAPTER must be disabled for the Com-plete partition. This can be done using

// UPSI   00000001
// EXEC   CASAUTIL
DISABLE  nn ALL
/*

where nn is the partition id.

After Com-plete shutdown, the SYSTEM ADAPTER must be re-enabled:

// UPSI   00000001
// EXEC   CASAUTIL
ENABLE   nn
/*

where nn is the partition id.

The job control to disable and enable the CA SYSTEM ADAPTER can be included in the Com-plete start job.