PGRDS - Public JVM Program Resource Statistics

    CONTROL BLOCK NAME = DFHPGRDS
    NAME OF MATCHING PLS CONTROL BLOCK = DFHPGRPS
    DESCRIPTIVE NAME = CICS TS Public 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 Public 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 DFHPGRDS Jvmprogram Resid stats record
(0) HALFWORD 2 PGRDS_LEN Jvmprogram stats record length
(2) ADDRESS 2 PGRDS_ID Jvmprogram stats id
(4) CHARACTER 1 PGRDS_VERS Jvmprogram stats version
(5) CHARACTER 3   Reserved
(8) CHARACTER 8 PGR_JVMPROGRAM_NAME Jvmprogram Name
(10) CHARACTER 7   Reserved
(17) BITSTRING 1 PGR_JVMPROGRAM_ ENTRYPOINT Application Entry Point
(18) FULLWORD 4 PGR_JVMPROGRAM_ USECOUNT Jvmprogram Use count
(1C) BITSTRING 1 PGR_JVMPROGRAM_EXEC_ KEY Jvmprogram CICS/USER key
(1D) CHARACTER 3   Reserved
(20) CHARACTER 255 PGR_JVMPROGRAM_ JVMCLASS Jvmprogram Jvmclass name
(11F) CHARACTER 1   Reserved
(120) CHARACTER 8 PGR_JVMPROGRAM_SERVER Jvmserver Name
(128) CHARACTER 16   Reserved
(128) 0 PGRDS_END "*"
(128) 0 PGRDS_LENGTH "*-PGRDS_LEN" Jvmprogram record length
  Constants that denote a PG Public Jvmprogram stats record
(128) .111 .111   PGR_IDR "119" Public Jvmprogram resid stats id
(128) .... ...1   PGR_VERS "X'01'" Record version number
  Equates for testing PGR_JVMPROGRAM_EXEC_KEY
(128) .... ...1   PGR_CICS_KEY "1" CICS exec key
(128) .... ..1.   PGR_USER_KEY "2" USER exec key
  Equates for testing PGR_JVMPROGRAM_ENTRYPOINT
(128) .... ...1   PGR_ENTRYPOINT_NO "1" Entry point No
(128) .... ..1.   PGR_ENTRYPOINT_YES "2" Entry point Yes