ECCDS - Capturespec Resource Statistics

    CONTROL BLOCK NAME = DFHECCDS
    NAME OF MATCHING PLS CONTROL BLOCK = DFHECCPS
    DESCRIPTIVE NAME = CICS TS Capturespec Resource Statistics
           Licensed Materials - Property of IBM
            Restricted Materials of IBM 
           5655-Y04
           (C) Copyright IBM Corp. 2008 
    FUNCTION =
           This data area contains the capturespec resource statistics
           provided by the EC component in the AP 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 AP Domain to store
           statistics to be passed to the user in response to a
           for capturespec resource 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 = None
    NOTES :
       DEPENDENCIES = S/370
       RESTRICTIONS = None
       MODULE TYPE = Control block definition
   --------------------------------------------------------------------
    EXTERNAL REFERENCES = None
        DATA AREAS = None
        CONTROL BLOCKS = None
        GLOBAL VARIABLES (Macro pass) = None
   --------------------------------------------------------------------
    ALTHOUGH PROVIDED IN A GENERAL INTERFACE LIBRARY DFHECCDS IS
    NOT TO BE USED AS A GENERAL PROGRAMMING INTERFACE. REFER TO
    PRODUCT DOCUMENTATION TO DETERMINE INTENDED USAGE.
Table 1.
Offset Hex Type Len Name (Dim) Description
(0) STRUCTURE 0 DFHECCDS Capturespec Resource stats record
(0) HALFWORD 2 ECCDS_LEN Capturespec stats record length
(2) ADDRESS 2 ECCDS_ID Capturespec stats id
(4) CHARACTER 1 ECCDS_VERS Capturespec stats version
(5) CHARACTER 3   Reserved
(8) CHARACTER 32 ECC_EVENTBINDING_NAME Eventbinding name
(28) CHARACTER 32 ECC_CAPTURESPEC_NAME Capturespec name
(48) BITSTRING 2 ECC_CAPTURE_POINT_ TYPE Capturespec point type
(4A) CHARACTER 25 ECC_CAPTURE_POINT Capturespec capture point
(63) BITSTRING 1   Reserved
(64) CHARACTER 32 ECC_EVENT_NAME Event name
(84) BITSTRING 4   Reserved
(88) FULLWORD 8 ECC_EVENTS_CAPTURED Total events captured
(90) FULLWORD 4 ECC_CAPTURE_FAILURES Number of capture failures
(94) BITSTRING 8   Reserved
(94) 1..1 11..   ECCDS_END "*"
(94) 1..1 11..   ECCDS_LENGTH "*-ECCDS_LEN" Capturespec Resource record length
  Constants that denote a Capturespec resource stats record
(94) 1... 1111   ECCIDE "143" Capturespec resource stats id
(94) .... ...1   ECC_VERS "X'01'" Record version number
  The following values relates to ecc_capture_point_type
(94) .... ...1   ECC_PTYPE_PRECOMMAND "0001"
(94) .... ..1.   ECC_PTYPE_POSTCOMMAND "0002"
(94) .... ..11   ECC_PTYPE_PROGRAMINIT "0003"
(94) .... .1..   ECC_PTYPE_SYSTEM "0004" !