*copyc amc$condition_code_limits
?? NEWTITLE := 'Local_file_name action  : ''AM'' 1010 .. 1019', EJECT ??
?? FMT (FORMAT := OFF) ??

{ AME$LFN_PROGRAM_ACTIONS }

   CONST
     amc$min_ecc_lfn_actions         = amc$min_ecc_program_action + 10,

     ame$file_not_closed             = amc$min_ecc_lfn_actions + 5,
         {E +P2 was issued but +F1 is open.}

     ame$file_not_known              = amc$min_ecc_lfn_actions + 6,
         {E +P2 was issued for file, +F1, which either does not exist or is ..
         {not attached to the current job.}

     ame$file_known                  = amc$min_ecc_lfn_actions + 7,
         {E File +F1 is already known within the job.}

     ame$attribute_out_of_range      = amc$min_ecc_lfn_actions + 8,
         {E Value out of range for attribute: +P.}

     amc$max_ecc_lfn_actions         = amc$min_ecc_lfn_actions + 9;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
