*copyc amc$condition_code_limits
?? NEWTITLE := 'AMDVFAP :File_access_procedure   : ''AM'' 910 .. 999', EJECT ??
?? FMT (FORMAT := OFF) ??

{ AME$FAP_VALIDATION_ERRORS }

   CONST
     amc$min_ecc_fap_validation      = amc$min_ecc_validation + 910,

     ame$improper_fap_operation      = amc$min_ecc_fap_validation + 5,
         {E File +F1 : CALL_BLOCK parameter from file access..
         { procedure had improper OPERATION specification.}

     ame$redundant_structure_pointer = amc$min_ecc_fap_validation + 10,
         {E File +F1 : Redundant +P2 request issued by file access..
         { procedure.}

     ame$improper_layer_number       = amc$min_ecc_fap_validation + 15,
         {E File +F1 : Layer number parameter of +P2 improper.}

     amc$max_ecc_fap_validation      = amc$min_ecc_fap_validation + 89;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
