KPLEC - Keypoint list element

      CONTROL BLOCK NAME = DFHKPLEC
      DESCRIPTIVE NAME = CICS TS (FILE) Keypoint List Element DSECT
           Licensed Materials - Property of IBM
            Restricted Materials of IBM 
           5655-Y04
           (C) Copyright IBM Corp. 1994, 1995 
      FUNCTION =
           Declare a structure for the keypoint list element (KPLE).
           The keypoint list forms part of file control's
           implementation of fuzzy image copy, also known as backup
           while open. One KPLE exists for each keypoint and records
           the start and end times at which tie up records are written.
      LIFETIME =
           The keypoint list elements are created, processed and
           deleted (when they become redundant) by DFHFCBWO. DFHFCBWO
           is called from the file control revovery program DFHFCRC
           following RMKP take keypoint calls from recovery manager.
      LOCATION =
           The KPLE chain is anchored off fc_kple_chain in file
           control static storage.
      STORAGE CLASS =
           KPLEs are getmained from the variable length file control
           subpool above the line.
      INNER CONTROL BLOCKS =
           None.
      NOTES :
       DEPENDENCIES = S/390
       RESTRICTIONS = None.
       MODULE TYPE = Control block definition.
    --------------------------------------------------------------------
      EXTERNAL REFERENCES =
            None.
        DATA AREAS =
            None.
        CONTROL BLOCKS =
            None.
        GLOBAL VARIABLES (Macro pass) =
            None.
    --------------------------------------------------------------------
Table 1.
Offset Hex Type Len Name (Dim) Description
(0) STRUCTURE 20 KPLE keypoint list element
(0) ADDRESS 4 KPLE_NEXT pointer to next element, or null pointer if the last
(4) CHARACTER 8 KPLE_START_WRITE_ PACKED when starting to write TURs
(4) CHARACTER 4 KPLE_START_WRITE_DAY 0CYYDDDC
(8) CHARACTER 4 KPLE_START_WRITE_TIME HHMMSSTC
(C) CHARACTER 8 KPLE_END_WRITE_PACKED when ending write of TURs
(C) CHARACTER 4 KPLE_END_WRITE_DAY 0CYYDDDC
(10) CHARACTER 4 KPLE_END_WRITE_TIME HHMMSSTC