*copyc amc$condition_code_limits
?? NEWTITLE := 'amp$rename actions      : ''AM'' 1020 .. 1039', EJECT ??
?? FMT (FORMAT := OFF) ??

{ AME$RENAME_PROGRAM_ACTIONS }

   CONST
     amc$min_ecc_rename_actions      = amc$min_ecc_program_action + 20,

     ame$rename_old_not_local        = amc$min_ecc_rename_actions + 5,
         {E +P2 from +P8 to +P9 failed because +P8 is not local.}

     ame$rename_new_is_local         = amc$min_ecc_rename_actions + 10,
         {E +P2 from +P8 to +P9 failed because +P9 is already local.}

     amc$max_ecc_rename_actions      = amc$min_ecc_rename_actions + 19;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
