Previous Topic: Control Options Summary - CAIENF/CICS

Next Topic: CICS(REFRESH,jobname)

CICS(START|STOP,jobname,prodcode)

This control option enables or disables the CAIENF/CICS processing for a CA Technologies product within a specific CICS region; however, you must not issue this command until the targeted CICS region is active. CICS is active when message DFHSI1517 is displayed.

Important!

The START|STOP control option cannot be specified in the CAIENF parameter file. It must be issued as an operator command after CAIENF is active.

START/STOP cannot be specified in the CAIENF auto commands file.

You cannot use the START|STOP commands against the CICS components of the CA Top Secret and CA ACF2 security products. CAIENF can be enabled in the region by specifying SEC=YES as a SIT option.

Options are as follows:

START

Enables the CAIENF/CICS interface.

STOP

Disables the CAIENF/CICS interface.

jobname

The jobname of the specific CICS region you want CAIENF/CICS installed in.

prodcode

The product code for the specific product you want to install in a CAIENF/CICS region.

Note: jobname refers to the started task JOBNAME if CICS is running as a started task and refers to the batch JOBNAME if CICS is running as a batch job.

Examples

To activate the CAIENF/CICS intercepts for CA JARS (assuming the product code for CA JARS is UX62) where the CICS jobname is CICS630A, issue the following command:

CICS(START,CICS630A,UX62)

To disable the CAIENF/CICS intercepts where the CICS region started task or jobname is CICS630A, issue the following command:

CICS(STOP,CICS630A)