Previous Topic: CICS(NOESTAE,jobname)

Next Topic: CAIENF/CICS SPAWN Control Options

CICS(QUERY,jobname,prodcode)

This control option can be used to query the status of the CAIENF/CICS environment to help diagnose a problem associated with installing a CA Technologies solution in a CICS region. The basic command with no options indicates whether CAIENF/CICS is active, whether the AUTOINSTALL feature has been set, which DCMs have been installed in the CAIENF database, and whether the initialization modules associated with those DCMs have been loaded. Alternatively, a particular region and solution can be specified.

Options are:

jobname

Specify this option to inquire about the status of the CICS region represented by the eight-character jobname.

prodcode

Specify this option to inquire about the status of the product represented by the four-character product code.

Examples

Issue the CICS(QUERY) command without any options to display global information about the status of CAIENF/CICS as it appears from the CAIENF address space.

ENF CICS(QUERY)

The response will show if CAIENF/CICS is active, whether the AUTOINSTALL feature is active, depending on how the CAIENF parameter MODE(CICS,ON|NONE) was set, and also the current status of the DCMs defined to the CAIENF database for CA Technologies solutions, if any. This information includes for each solution the product code, the name of the associated initialization routine, the address where the initialization routine is loaded, and the status (active or inactive) of the solution.

Note: If CAIENF was unable to locate the routine during initialization, the address shown is 00000000. Check the LINKLST or CAIENF STEPLIB for the routine.

To inquire about the status of a specific product with product code K050 being installed in a specific region, CICSV410, issue the following command. The response indicates whether the product is installed in the region and if so, if it has been activated.

ENF CICS(QUERY,CICSV410,K050)