*copyc rmc$condition_code_limits
?? NEWTITLE := 'rmp$request_mass_storage: ''RM'' 10 .. 29', EJECT ??

?? FMT (FORMAT := OFF) ??

     { rme$request_mass_storage }

   CONST
     rmc$min_ecc_rms_validation      = rmc$min_ecc_resource_management + 10,

     rme$file_class_not_valid        = rmc$min_ecc_rms_validation + 2,
         {E Mass storage volume +P1 is not a member of class +P2.}

     rme$file_size_not_implemented   = rmc$min_ecc_rms_validation + 5,
         {E The ESTIMATED_FILE_SIZE capability of +P1 is not implemented.}

     rme$file_sz_alloc_sz_conflict   = rmc$min_ecc_rms_validation + 7,
         {E The ESTIMATED_FILE_SIZE parameter and the ALLOCATION_SIZE parameter
         { cannot be specified together.}

     rme$improper_size_value         = rmc$min_ecc_rms_validation + 9,
         {E File +F1 : +P3 parameter of +P2 is improper.}

     rme$improper_cycle_reference    = rmc$min_ecc_rms_validation + 11,
         {E $HIGH and $LOW are improper cycle references on +P1.}

     rme$unknown_volume              = rmc$min_ecc_rms_validation + 14,
         {E Volume: +P1 is unknown.}

     rme$job_not_valid               = rmc$min_ecc_rms_validation + 15,
         {E Access to requested volume is not allowed.}

     rme$improper_vol_overflow       = rmc$min_ecc_rms_validation + 16,
         {E File +F1 : VOLUME OVERFLOW ALLOWED parameter of +P2 is improper.}

     rme$invalid_keyword             = rmc$min_ecc_rms_validation + 17,
         {E The keyword +P1 is not valid on REQUEST_MASS_STORAGE.}

     rme$volume_overflow_required    = rmc$min_ecc_rms_validation + 18,
         {E Only SYSTEM and MAINTENANCE jobs are allowed to inhibit volume
         { overflow.}

     rme$vsn_not_part_of_set         = rmc$min_ecc_rms_validation + 19,
         {E The requested volume +P1 is not a member of set +P2.}

     rmc$max_ecc_rms_validation      = rmc$min_ecc_rms_validation + 19;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
