
  TYPE
    fst$goi_catalog_information = record
      account: avt$account_name,
      {
      { The following field contains the date & time the catalog was created or
      { restored, whichever occurred more recently. The millisecond subfield is
      { invalid.
      {
      creation_date_time: ost$date_time,
      project: avt$project_name,
    recend;

*copyc avt$account_name
*copyc avt$project_name
*copyc ost$date_time
