Identify JVM profiles that have been used in a CICS region, and report their full path name and association with the shared class cache.
INQUIRE JVMPROFILE .------------------------. V | >>-INQUIRE JVMPROFILE(data-value)----+--------------------+-+-->< +-HFSNAME(data-area)-+ +-CLASSCACHEST(cvda)-+ '-REUSEST(cvda)------'
Conditions: END, ILLOGIC, NOTAUTH, NOTFND
For more information about the use of CVDAs, see CICS-value data areas (CVDAs).
The INQUIRE JVMPROFILE command retrieves the full path name of the HFS file for a JVM profile, and tells you whether or not a JVM with this profile uses the shared class cache.
INQUIRE JVMPROFILE can only find JVM profiles that have been used during the lifetime of this CICS region, for JVMs that can run applications. It does not find JVM profiles that have not been used, or JVM profiles that have only been used for the master JVM that initializes the shared class cache.
You can browse through all of the JVM profiles that have been used in a CICS region by using the browse options (START, NEXT, and END) on INQUIRE JVMPROFILE commands. Note that INQUIRE JVMPROFILE commands do not support the AT option for browsing. In browse mode, the JVM profiles are returned in alphabetical order. See Browsing resource definitions for general information about browsing, including syntax, exception conditions, and examples.
When you use the name of a JVM profile anywhere in CICS, you must enter it using the same combination of upper and lower case characters that is present in the HFS file name.