  TYPE
    rmt$job_tape_table = record
      job_recovery_active: boolean,
      explicit_reservation: boolean,
      assigned_unit_count: rmt$tape_reservation,
      reserved_unit_count: rmt$tape_reservation,
    recend;

*copyc iot$logical_unit
*copyc rmt$tape_reservation
