PGPDS - Private JVM Program Resource Statistics

    CONTROL BLOCK NAME = DFHPGPDS
    NAME OF MATCHING PLS CONTROL BLOCK = DFHPGPPS
    DESCRIPTIVE NAME = CICS TS Private Jvmprogram (PG) Statistics
           Licensed Materials - Property of IBM
            Restricted Materials of IBM 
           5655-Y04
           (C) Copyright IBM Corp. 2002, 2013 
    FUNCTION =
            This data area contains the Private Jvmprogram statistics
            provided by the PG Domain.
            It is provided for use in users monitoring applications
            to map the statistics returned via the API or the
            statistics global user exit.
            There is a single instance of this data block.
    LIFETIME =
           This data block is created by the PG Domain to store
           statistics to be passed to the user in response to a
           for JVMPROGRAM statistics. The storage is released when
           the user task is detached.
           The DSECT also maps the contents of part of the SMF buffer
           created by the statistics domain and is used in the
           statistics exit.
    STORAGE CLASS =
    LOCATION =
           The user is passed a pointer to the head of the storage
           block.
    INNER CONTROL BLOCKS =
    NOTES :
       DEPENDENCIES = S/370
       RESTRICTIONS = None
       MODULE TYPE = Control block definition
   --------------------------------------------------------------------
   -----------00-------------------------------------------------------
Table 1.
Offset Hex Type Len Name (Dim) Description
(0) STRUCTURE 0 DFHPGPDS Jvmprogram Resid stats record
(0) HALFWORD 2 PGPDS_LEN Jvmprogram stats record length
(2) ADDRESS 2 PGPDS_ID Jvmprogram stats id
(4) CHARACTER 1 PGPDS_VERS Jvmprogram stats version
(5) CHARACTER 3   Reserved
(8) CHARACTER 64 PGP_JVMPROGRAM_ PLATFORM_NAME Platform name
(48) CHARACTER 64 PGP_JVMPROGRAM_ APPLICATION_NAME Application name
(88) FULLWORD 4 PGP_JVMPROGRAM_APPL_ MAJOR_VER Application major version
(8C) FULLWORD 4 PGP_JVMPROGRAM_APPL_ MINOR_VER Application minor version
(90) FULLWORD 4 PGP_JVMPROGRAM_APPL_ MICRO_VER Application micro version
(94) CHARACTER 8 PGP_JVMPROGRAM_NAME Jvmprogram Name
(9C) CHARACTER 7   Reserved
(A3) BITSTRING 1 PGP_JVMPROGRAM_ ENTRYPOINT Application Entry Point
(A4) FULLWORD 4 PGP_JVMPROGRAM_ USECOUNT Jvmprogram Use count
(A8) BITSTRING 1 PGP_JVMPROGRAM_EXEC_ KEY Jvmprogram CICS/USER key
(A9) CHARACTER 3   Reserved
(AC) CHARACTER 255 PGP_JVMPROGRAM_ JVMCLASS Jvmprogram Jvmclass name
(1AB) CHARACTER 1   Reserved
(1AC) CHARACTER 8 PGP_JVMPROGRAM_SERVER Jvmserver Name
(1B4) CHARACTER 64 PGP_JVMPROGRAM_ OPERATION_NAME Operation name
(1F4) CHARACTER 16   Reserved
(1F4) 0 PGPDS_END "*"
(1F4) 0 PGPDS_LENGTH "*-PGPDS_LEN" Jvmprogram record length
  Constants that denote a PG Private Jvmprogram stats record
(1F4) 1..1 ..1.   PGP_IDR "146" Private Jvmprogram resid stats id
(1F4) .... ...1   PGP_VERS "X'01'" Record version number
  Equates for testing PGP_JVMPROGRAM_EXEC_KEY
(1F4) .... ...1   PGP_CICS_KEY "1" CICS exec key
(1F4) .... ..1.   PGP_USER_KEY "2" USER exec key
  Equates for testing PGP_JVMPROGRAM_ENTRYPOINT
(1F4) .... ...1   PGP_ENTRYPOINT_NO "1" Entry point No
(1F4) .... ..1.   PGP_ENTRYPOINT_YES "2" Entry point Yes