*copyc amc$condition_code_limits
?? NEWTITLE := 'AMDVUIR :Unimplemented request   : ''AM'' 430 .. 439', EJECT ??
?? FMT (FORMAT := OFF) ??

{ AME$UNIMPLEMENTED_REQUEST }

   CONST
     amc$min_ecc_unimp_validation    = amc$min_ecc_validation + 430,

     ame$unsupported_operation       = amc$min_ecc_unimp_validation + 0,
         {E File +F1 : +P2 operation not supported for +P5 record type..
         { and +P6 block type.}

     ame$deleted_bt_rt               = amc$min_ecc_unimp_validation + 3,
         {E File +F1 : +P6 block type/+P5 record type no longer..
         { supported.  Use FAP=AMP$US_BLK_VAR_READ_ONLY_FAP to read file to..
         { another block/record type.}

     ame$unimplemented_request       = amc$min_ecc_unimp_validation + 5,
         {E File +F1 : +P2 not implemented+P8.}

     amc$max_ecc_unimp_validation    = amc$min_ecc_unimp_validation + 9;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
