CEMT INQUIRE PROGRAM
PArtitionset
The entry is defined in the CICS system definition
as a partition set.
REMotesystem(
value
)
displays the 4-character name of the remote system in
which the program is to execute.
REScount(
value
)
displays a 3-character string identifying the number of
separate invocations of this program that are taking
| place at the time of this inquiry. No value is returned if
| the module is a remote program or a JVM program.
|RUNTIME
| displays information about the runtime environment of
| the program. The values are:
|Jvm The program in a JAVA program running under
| the control of a JVM.
|LE370
| The program is running with LE370 runtime
| support.
|NONLE370
| The program is running with language-specific
| runtime support.
|UNknown
| The runtime environment in unknown because the
| program has not been loaded by CICS, therefore
| the source language cannot be deduced, which
| dictates the runtime environment to be used.
Sharestatus
displays, when the next NEWCOPY or PHASEIN
request is received, where the next new copy of the
program is to be loaded from.
The values are:
Shared
CICS is using, or will use, a shared copy of the
program from the link pack area (LPA). If no LPA
version is available, the program is loaded from
DFHRPL.
PRIvate
The next new copy of the program is to be loaded
from the DFHRPL library.
Note: You can reset this value by overtyping it with a
different value.
Status
displays whether the program is available for use. The
values are:
Enabled
The program is available for use.
DIsabled
The program is not available for use.
Note: Programs beginning with “DFH” cannot be
disabled because these characters are
reserved for use by CICS.
Note: You can reset this value by overtyping it with a
different value.
USecount(
value
)
displays a 10-character string identifying the total
number of times the program has been executed since
| the start of the current CICS session. No value is
| returned if the module is a remote program, or a JVM
| program.
Chapter 11. Master terminal CEMT 109