*copyc amc$condition_code_limits
?? NEWTITLE := 'AMDVGET :GET validation          : ''AM'' 450 .. 549', EJECT ??
?? FMT (FORMAT := OFF) ??

{ AME$GET_VALIDATION_ERRORS }

   CONST
     amc$min_ecc_get_validation      = amc$min_ecc_validation + 450,

     ame$improper_input_attempt      = amc$min_ecc_get_validation + 5,
         {E File +F1 : +P2 issued but not opened for input.}

     ame$input_after_output          = amc$min_ecc_get_validation + 10,
         {E File +F1 : +P2 attempted after output on +P4 file.}

     ame$improper_skip_option        = amc$min_ecc_get_validation + 15,
         {E File +F1 : SKIP OPTION parameter of +P2 improper.}

     ame$improper_record_address     = amc$min_ecc_get_validation + 20,
         {E File +F1 : BYTE ADDRESS parameter of +P2 not..
         { start of +P5 record.}

     ame$improper_record_header      = amc$min_ecc_get_validation + 25,
         {E File +F1 : +P2 issued but current byte address is not..
         { start of a +P5 record header.}

     amc$max_ecc_get_validation      = amc$min_ecc_get_validation + 99;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
