Figure 106 shows the format of the JVMs report. This report is produced using a combination of the EXEC CICS® INQUIRE JVM and EXEC CICS INQUIRE TASK commands. The field headings and contents are described in Table 230.
Applid IYK5ZFD1 Sysid CIAT Jobname IDEELEY1 Date 12/17/2004 Time 10:36:21 CICS 6.4.0 PAGE 10
JVMs
Task Tran Task Class Phasing EXEC Reuse JVM
JVM Token Profile Number ID Status Cache Out Key Status JVM Age AllocAge
________________________________________________________________________________________________
1 DFHJVMPC 69 JRCC Sus Yes No User Reset 00:03:47 00:02:41
2 DFHJVMPR 59 JRDR Sus No No User Reuse 00:03:42 00:03:21
3 DFHJVMPR None N/A N/A No No User Reuse 00:00:00 00:00:00
4 DFHJVMPC 85 JRCC Sus Yes No User Reset 00:01:25 00:01:25
Field Heading | Description |
---|---|
JVMs | |
JVM Token | A token that identifies the JVM.
Source field: EXEC CICS INQUIRE JVM() |
Profile | The JVM profile that was used to initialize
this JVM.
Source field: EXEC CICS INQUIRE JVM() PROFILE() |
Task Number | The task to which this JVM is allocated. "None"
is displayed if the JVM is not currently allocated to a task.
Source field: EXEC CICS INQUIRE JVM() TASK() |
Tran ID | The name of the transaction that is being
executed by the task to which this JVM is allocated. "N/A" is displayed
if the JVM is not currently allocated to a task.
Source field: EXEC CICS INQUIRE TASK() TRANSACTION() |
Task Status | The dispatch status of the task to which
this JVM is allocated. The status of the task can be DISPATCHABLE, RUNNING,
or SUSPENDED. "N/A" is displayed if the JVM is not currently allocated
to a task.
Source field: EXEC CICS INQUIRE TASK() RUNSTATUS() |
Class Cache | Indicates whether this JVM is a worker JVM
dependent on the shared class cache.
Source field: EXEC CICS INQUIRE JVM() CLASSCACHEST() |
Phasing Out | Indicates whether this JVM is being phased
out as a result of a SET JVMPOOL TERMINATE or PERFORM CLASSCACHE TERMINATE
command.
Source field: EXEC CICS INQUIRE JVM() PHASINGOUTST() |
EXEC Key | The EXEC key of this JVM (CICS key or user
key).
Source field: EXEC CICS INQUIRE JVM() EXECKEY() |
Reuse Status | The level of reusability for this JVM. RESET
indicates that the JVM is resettable, REUSE indicates that the JVM is continuous,
and NOREUSE indicates that the JVM is single-use.
Source field: EXEC CICS INQUIRE JVM() REUSEST() |
JVM Age | The number of seconds since this JVM was
initialized.
Source field: EXEC CICS INQUIRE JVM() AGE() |
JVM AllocAge | The number of seconds for which this JVM
has been allocated to its task. The field is zero if the JVM is not currently
allocated to a task.
Source field: EXEC CICS INQUIRE JVM() ALLOCAGE() |