Figure 74 shows the format of the Programs Report. This report is produced using a combination of the EXEC CICS® INQUIRE PROGRAM and EXEC CICS COLLECT STATISTICS PROGRAM commands. The statistics data was mapped by the DFHLDRDS DSECT. The field headings and contents are described in Table 198.
Information about Java™ programs that run in a JVM is handled differently from information about other programs, because JVM programs are not loaded by CICS. For JVM programs, the Programs Report shows only the program name, execution key, and use count. This information is obtained using the EXEC CICS COLLECT STATISTICS JVMPROGRAM command. For full information about JVM programs, see JVM Programs Report.
Applid IYK2Z1V2 Sysid CJB2 Jobname CI07CJB2 Date 12/17/2004 Time 08:44:37 CICS 6.4.0 PAGE 16
Programs
Program Data Exec Times Total Average RPL Times Times Program Program
Name Loc Key Times Used Fetched Fetch Time Fetch Time Offset Newcopy Removed Size Location
__________________________________________________________________________________________________________________________________
DFHPGAHX Any CICS 0 0 0 None
DFHPGALX Any CICS 0 0 0 None
DFHPGAMP 0 0 0 None
DFHPGAOX Any CICS 0 0 0 None
DFHPGAPG Below USER 0 0 0 None
DFHPGAPT 0 0 0 None
DFHPRK Any CICS 0 0 0 None
DFHPSIP Any CICS 0 0 2 0 0 864 ECDSA
DFHPUP Any CICS 14 0 2 0 0 20,904 ERDSA
DFHP3270 Any CICS 0 0 0 None
DFHQRY Any CICS 0 0 2 0 0 3,936 ERDSA
DFHRCEX Any CICS 0 0 0 944 None
DFHREST Any CICS 0 0 0 None
DFHRKB Any CICS 0 0 0 None
DFHRMSY Any CICS 0 0 0 None
DFHRMXN3 Any CICS 0 0 0 None
DFHRPAL Any CICS 0 0 0 None
DFHRPAS Any CICS 0 0 0 None
DFHRPC00 Any CICS 0 0 0 None
DFHRPMS Any CICS 0 0 0 None
DFHRPRP Any CICS 0 0 0 None
DFHRPTRU Any USER 0 0 0 None
DFHRP0 0 0 0 None
DFHRTC Any CICS 0 0 0 None
DFHRTE Any CICS 0 0 0 None
DFHSFP Any CICS 0 0 0 None
DFHSHRRP Any CICS 0 0 0 None
DFHSHRSP Any CICS 0 0 0 None
DFHSHSY Any CICS 0 0 2 0 0 632 ERDSA
DFHSIPLT Any CICS 0 0 0 11,152 None
DFHSNLE 0 0 2 0 0 1,384 ECDSA
DFHSNP Any CICS 0 0 2 0 0 13,264 ERDSA
DFHSNSE 0 0 0 None
DFHSTP Below CICS 0 0 0 None
DFHSZRMP Any CICS 0 0 2 0 0 213,232 ERDSA
DFHTACP Below CICS 0 0 2 0 0 5,672 CDSA
DFHTAJP Below CICS 0 0 2 0 0 1,736 ECDSA
DFHTBS Any CICS 0 0 0 None
DFHTCRP Below CICS 0 0 2 0 0 25,776 ERDSA
DFHTDRP Below CICS 0 0 2 0 0 6,432 ERDSA
DFHTEP Any CICS 0 0 2 0 0 2,592 ECDSA
DFHTEPT Any CICS 0 0 2 0 0 3,480 ECDSA
DFHTFP Any CICS 0 0 2 0 0 7,744 ECDSA
DFHTOR Any CICS 0 0 2 0 0 57,920 ERDSA
DFHTORP Below CICS 0 0 2 0 0 560 ERDSA
DFHTPQ Any CICS 0 0 0 None
DFHTPR Any CICS 0 0 0 None
DFHTPS Any CICS 0 0 0 None
Field Heading | Description |
---|---|
Program Name | The name of the program.
Source field: EXEC CICS INQUIRE PROGRAM |
Data Loc | The storage location that the program is
able to accept.
Source field: EXEC CICS INQUIRE PROGRAM DATALOCATION |
Exec Key | The access key in which the program will
execute.
Source field: EXEC CICS INQUIRE PROGRAM EXECKEY |
Times Used | The number of times CICS tasks within
the system have issued load requests to the loader domain to obtain access
to a usable instance of this program. These load requests may cause the loader
domain to issue an MVS™ LOAD.
Source field: LDRTU |
Times Fetched | The number of times the loader domain has
issued an MVS LOAD request to load a copy of the program from the DFHRPL library
concatenation into CICS managed storage.
Source field: LDRFC |
Total Fetch Time | The time taken to perform all fetches for
this program.
Source field: LDRFT |
Average Fetch Time | The average time taken to perform a fetch
of the program.
Source field: (LDRFT / LDRFC) |
RPL Offset | The offset into the DFHRPL DD concatenation
of the library from which the program was last loaded or will be loaded when
next required (non-LPA resident modules only). If this field is blank, it
indicates that the program has never been loaded, or that it has not been
loaded from the RPL. A value of zero appearing in the report indicates that
the program has been loaded at least once from the RPL, and has an offset
value of zero.
Note:
The offset values begin with zero for the first
partitioned data set in the concatenation, so an offset value of zero in this
field does not necessarily mean that a copy of the program is available to
the loader domain. Source field: LDRRPLO |
Times Newcopy | The number of times a NEWCOPY has been requested
against this program.
Source field: LDRTN |
Times Removed | The number of times an instance of this program
has been removed from CICS managed storage due to the actions of the Dynamic
Program Storage Compression (DPSC) mechanism.
Source field: LDRRPC |
Program Size | The size of the program in bytes, if known
(otherwise zero).
Source field: LDRPSIZE |
Program Location | The location of the current storage resident
instance of the program, if any. It has one of the following values:
Source field: LDRLOCN |