
  TYPE
    pft$release_candidate = record
      case releasable: boolean of
      = TRUE =
        mark_date_time: ost$date_time,
      = FALSE =
        ,
      casend,
    recend;

*copyc ost$date_time
