
  TYPE
    rat$installation_tape_values = record
      packing_list: ost$name,
      evsn: string (rmc$external_vsn_size),
      rvsn: string (rmc$recorded_vsn_size),
      tape_type: ost$name,
    recend;

*copyc rmc$external_vsn_size
*copyc rmc$recorded_vsn_size
*copyc ost$name
