*copyc amc$condition_code_limits
?? NEWTITLE := 'AMDVFAT :File_attribute Valid    : ''AM'' 60 .. 89', EJECT ??
?? FMT (FORMAT := OFF) ??

{ AME$ATTRIB_VALIDATION_ERRORS }

   CONST
     amc$min_ecc_attrib_validation   = amc$min_ecc_validation + 60,

     ame$improper_file_attrib_key    = amc$min_ecc_attrib_validation + 5,
         {E File +F1 : +P8 parameter of +P2 had improper KEY(S) in..
         {  array element(s): +P9.}

     ame$improper_file_attrib_value  = amc$min_ecc_attrib_validation + 10,
         {E File +F1 : +P8 parameter of +P2 had improper value(s) for ..
         { the following: +P9.}

     ame$not_open_new                = amc$min_ecc_attrib_validation + 15,
         {E File +F1 : +P2 may only be issued during open of a new file.}

     ame$attrib_already_defined      = amc$min_ecc_attrib_validation + 20,
         {E File +F1 : FILE ATTRIBUTES parameter of +P2 attempted..
         { to redefine value of following attribute(s): +P8.}

     ame$not_old_file                = amc$min_ecc_attrib_validation + 21,
         {E +P2: File +F1 must be opened previous to this request.}

     ame$improper_share_selection    = amc$min_ecc_attrib_validation + 22,
         {E +P2:  File +F1 must be attached with..
         { SHARE value of none.}

     ame$improper_new_attrib_value   = amc$min_ecc_attrib_validation + 23,
         {E +P2: New value of +P8 must exceed..
         { preserved value for file +F1.}

     ame$improper_override_attempt   = amc$min_ecc_attrib_validation + 24,
         {E File +F1 : The following file attributes cannot be..
         { overridden using +P2: +P8.}

     ame$damaged_file_attributes     = amc$min_ecc_attrib_validation + 25,
         {E Missing or damaged file attributes. +P1 +E +P2}

     ame$incompatible_attributes     = amc$min_ecc_attrib_validation + 26,
         {E File +F1 : Level +P2 file attributes not +P3 compatible.}

     amc$max_ecc_attrib_validation   = amc$min_ecc_attrib_validation + 29;
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
