JVM Programs report
The JVM Programs report shows information and statistics about Java™ programs that run in JVM servers or pooled JVMs. This report is produced using a combination of the EXEC CICS INQUIRE PROGRAM and EXEC CICS EXTRACT STATISTICS JVMPROGRAM commands. The statistics data is mapped by the DFHPGRDS DSECT.
| Field Heading | Description |
|---|---|
| Program Name | The name of the JVM program. Source field: EXEC CICS INQUIRE PROGRAM() |
| JVM server | The name of the JVMSERVER resource
that the program requires to run in a JVM server, as specified in
the JVMSERVER attribute of the PROGRAM resource. Source field: EXEC CICS INQUIRE PROGRAM() JVMSERVER() |
| Profile Name | The JVM profile that the program
requires, as specified in the JVM attribute of the PROGRAM resource. 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. Source field: EXEC CICS INQUIRE PROGRAM() EXECKEY() |
| JVMClass | The main class in the program, as
specified in the JVMCLASS attribute of the PROGRAM resource. Source field: EXEC CICS INQUIRE PROGRAM() JVMCLASS() |