*copyc RMC$CONDITION_CODE_LIMITS
?? NEWTITLE := 'RMDVTAP :rmp$request_tape        : ''RM'' 30 .. 59', EJECT ??

?? FMT (FORMAT := OFF) ??

     { rme$request_tape }

   CONST
     rmc$min_ecc_tape_validation     = rmc$min_ecc_resource_management + 30,

     rme$improper_density_value      = rmc$min_ecc_tape_validation + 5,
         {E File +F1 : DENSITY parameter of +P2 is improper.}

     rme$improper_recorded_vsn_value = rmc$min_ecc_tape_validation + 10,
         {E File +F1 : +P8 is an improper value for the RECORDED_VSN..}
         { parameter of +P2.}

     rme$improper_external_vsn_value = rmc$min_ecc_tape_validation + 15,
         {E File +F1 : +P8 is an improper value for the EXTERNAL_VSN..}
         { parameter of +P2.}

     rme$improper_write_ring_value   = rmc$min_ecc_tape_validation + 20,
         {E File +F1 : WRITE RING parameter of +P2 is improper.}

     rmc$max_ecc_tape_validation     = rmc$min_ecc_tape_validation + 29;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
