
  TYPE
    rat$job_status_record_strs = record
      job_identifier: ost$string,
      log_file_name: ost$string,
      date: ost$string,
      time: ost$string,
      number_of_steps: ost$string,
      step_number: ost$string,
      step: ost$string,
      step_status: ost$string,
      initial_subproduct_count: ost$string,
      started_subproduct_count: ost$string,
      completed_subproduct_count: ost$string,
    recend;

*copyc ost$string
