
  TYPE
    dmt$initialize_tape_volume = record
      case in_progress: boolean of
      = TRUE =
        element_name: cmt$element_name,
        logical_unit: iot$logical_unit,
      = FALSE =
        ,
      casend
    recend;

*copyc cmt$element_name
*copyc iot$logical_unit
