*copyc amc$condition_code_limits
?? NEWTITLE := 'GET  requests - actions : ''AM'' 1040 .. 1139', EJECT ??
?? FMT (FORMAT := OFF) ??

{ AME$GET_PROGRAM_ACTIONS }

   CONST
     amc$min_ecc_get_actions         = amc$min_ecc_program_action + 40,

     ame$input_after_eoi             = amc$min_ecc_get_actions + 5,
         {E File +F1 : +P2 attempted at or beyond end of information.}

     ame$unrecovered_read_error      = amc$min_ecc_get_actions + 10,
         {E File +F1 : +P2 terminated due to unrecovered device error.  +P8}

     ame$accept_bad_block            = amc$min_ecc_get_actions + 15,
         {E File +F1 : Data moved to working storage area taken from..
         { block subject to unrecovered device error.  +P8}

     ame$input_block_exceeds_maxbl   = amc$min_ecc_get_actions + 20,
         {E File +F1 : +P6 block on file exceeds max block length of +P8.}

     ame$record_hdr_validation_error = amc$min_ecc_get_actions + 25,
         {E File +F1 : +P2 terminated, unable to validate a record header. +P8}

     ame$block_hdr_validation_error = amc$min_ecc_get_actions + 30,
         {E File +F1 : +P2 terminated, unable to validate a block header.  +P8}

     amc$max_ecc_get_actions     = amc$min_ecc_get_actions + 99;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??


