This control option can be used to query the status of the ENF/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 ENF/CICS is active, whether the AUTOINSTALL feature has been set, which DCMs have been installed in the ENF database, and whether the initialization modules associated with those DCMs have been loaded. Alternatively, a particular region and solution can be specified.
Options are:
Specify this option to inquire about the status of the CICS region represented by the eight-character jobname.
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 ENF/CICS as it appears from the ENF address space.
ENF CICS(QUERY)
The response will show if ENF/CICS is active, whether the AUTOINSTALL feature is active, depending on how the ENF parm MODE(CICS,ON|NONE) was set, and also the current status of the DCMs defined to the ENF 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 ENF was unable to locate the routine during initialization, the address shown is 00000000. Check the LINKLST or ENF 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)
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |