Figure 108 shows the format of the JVM programs report, which provides information about Java™ programs that run in a JVM. This report is produced using a combination of the EXEC CICS® INQUIRE PROGRAM and EXEC CICS COLLECT STATISTICS JVMPROGRAM commands. The field headings and contents are described in Table 232.
Applid IYK5ZFD1 Sysid CIAT Jobname CICS2 Date 12/17/2004 Time 10:36:21 CICS 6.4.0 PAGE 10
JVM Programs
Program Profile EXEC
Name Name Times Used Key JVMClass
ARD1PROG DFHJVMPC 3 User ARD1
ARD2PROG DFHJVMPC 0 User ARD2
ARD3PROG DFHJVMPR 0 CICS com.ibm.cics.addeploy.dfhadjr.DFHADJR.mydjr
DFHADJR DFHJVMPR 3 User com.ibm.cics.addeploy.dfhadjr.DFHADJR
DFJIIRP DFHJVMCD 0 User com.ibm.cics.iiop.RequestProcessor
Field Heading | Description |
---|---|
JVM Programs | |
Program Name | The name of the JVM program.
Source field: EXEC CICS INQUIRE PROGRAM() |
Profile Name | The JVM profile that the program requires
(as specified in the JVM attribute of the PROGRAM resource definition).
Source field: EXEC CICS INQUIRE PROGRAM() JVMPROFILE() |
Times Used | The number of times the program has been
used.
Source field: PGR-JVMPROGRAM-USECOUNT |
EXEC Key | The execution key that the program requires
(CICS key or user key, as specified in the EXECKEY attribute of the PROGRAM
resource definition).
Source field: EXEC CICS INQUIRE PROGRAM() EXECKEY() |
JVMClass | The main class in the program (the Java class
whose public static main method is to be invoked, as specified
in the JVMCLASS attribute of the PROGRAM resource definition).
Source field: EXEC CICS INQUIRE PROGRAM() JVMCLASS() |