*copyc amc$condition_code_limits
?? NEWTITLE := 'amp$store actions       : ''AM'' 1340 .. 1349', EJECT ??
?? FMT (FORMAT := OFF) ??

{ AME$STORE_PROGRAM_ACTIONS }

   CONST
     amc$min_ecc_store_actions       = amc$min_ecc_program_action + 340,

     ame$file_limit_on_pf            = amc$min_ecc_store_actions + 5,
         {E File +F1 : File limit of permanent file cannot be changed.}

     amc$max_ecc_store_actions       = amc$min_ecc_store_actions + 9;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
