*copyc amc$condition_code_limits
?? NEWTITLE := 'amp$skip actions        : ''AM'' 1240 .. 1339', EJECT ??
?? FMT (FORMAT := OFF) ??

{ AME$SKIP_PROGRAM_ACTIONS }

   CONST
     amc$min_ecc_skip_actions        = amc$min_ecc_program_action + 240,

     ame$skip_encountered_boi        = amc$min_ecc_skip_actions + 5,
         {E File +F1 : SKIP backward +P8 encountered beginning of..
         { information before COUNT exhausted.}

     ame$skip_encountered_bop        = amc$min_ecc_skip_actions + 10,
         {E File +F1 : SKIP backward records encountered beginning of..
         { partition before COUNT exhausted.}

     ame$skip_encountered_eop        = amc$min_ecc_skip_actions + 15,
         {E File +F1 : SKIP forward records encountered an end of..
         { partition before COUNT exhausted.}

     ame$skip_encountered_eoi        = amc$min_ecc_skip_actions + 20,
         {E File +F1 : SKIP forward +P8 encountered end of information..
         { before COUNT exhausted.}

     ame$skip_encountered_bov        = amc$min_ecc_skip_actions + 25,
         {E File +F1 : SKIP backward by tapemarks encountered beginning-..
         {of-volume.}

     ame$uncertain_tape_position     = amc$min_ecc_skip_actions + 35,
         {E File +F1 : Tape volume position is uncertain after +P2.  +P8}

     amc$max_ecc_skip_actions        = amc$min_ecc_skip_actions + 99;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
