*copyc amc$condition_code_limits
?? NEWTITLE := 'amp$allocate actions    : ''AM'' 1350 .. 1369', EJECT ??
?? FMT (FORMAT := OFF) ??

{ AME$ALLOCATE_PROGRAM_ACTIONS }

   CONST
     amc$min_ecc_allocate_actions    = amc$min_ecc_program_action + 350,

     ame$amount_exceeds_val_limit    = amc$min_ecc_allocate_actions + 5,
         {E File +F1 : AMOUNT parameter of +P2 exceeds member validation..
         { limit on amount of new space.}

     ame$amount_exceeds_file_limit   = amc$min_ecc_allocate_actions + 10,
         {E File +F1 : AMOUNT parameter of +P2 exceeds file limit.}

     amc$max_ecc_allocate_actions    = amc$min_ecc_allocate_actions + 19;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
