
  TYPE
    amt$open_tape_volume = record
      tape_density: rmt$density,
      write_ring: rmt$write_ring,
      file_label_type: amt$file_label_type,
      access_mode: pft$usage_selections,
      initial_assignment: boolean,
      opening_volume_number: amt$volume_number,
      opening_volume: rmt$volume_descriptor,
      removable_media_location: ost$name,
      removable_media_group: ost$name,
      account: avt$account_name,
      family: ost$family_name,
      project: avt$project_name,
      slot: ost$name,
      source_pool: ost$name,
      source_pool_location: ost$name,
      user: ost$user_name,
    recend;

*copyc amt$file_label_type
*copyc amt$volume_number
*copyc avt$account_name
*copyc avt$project_name
*copyc ost$family_name
*copyc ost$name
*copyc ost$user_identification
*copyc ost$user_name
*copyc pft$usage_selections
*copyc rmt$density
*copyc rmt$volume_descriptor
*copyc rmt$write_ring
