
  TYPE
    pft$cycle_statistics = record
      creation_date_time: ost$date_time,
      modification_date_time: ost$date_time,
      access_date_time: ost$date_time,
      access_count: pft$access_count,
    recend;

*copyc ost$date_time
*copyc pft$access_count
