
  TYPE
    dmt$tape_unit_status_info = record
      element_name: ost$name,
      unit_type: iot$unit_type,
      case element_state: cmt$element_state of
      = cmc$on =
        detected_tape_characteristics: iot$tape_characteristics,
        recorded_vsn: rmt$recorded_vsn,
        case assigned: boolean of
        = FALSE =
          read_error: boolean,
          unit_ready: boolean,
        = TRUE =
          external_vsn: rmt$external_vsn,
          path_handle_name: fst$path_handle_name,
          system_supplied_name: jmt$system_supplied_name,
        casend,
      = cmc$off, cmc$down =
        ,
      casend,
    recend;

*copyc cmt$element_state
*copyc fst$path_handle_name
*copyc iot$tape_characteristics
*copyc iot$unit_type
*copyc jmt$system_supplied_name
*copyc ost$name
*copyc rmt$external_vsn
*copyc rmt$recorded_vsn

