*copyc fsc$condition_code_limits
?? NEWTITLE := 'close validation                 : ''FS''  40 .. 49', EJECT ??

?? FMT (FORMAT := OFF) ??

      { fse$close_validation_errors }

   CONST
     fsc$min_ecc_close_validation   = fsc$min_ecc_validation + 40,

     fse$close_of_target_not_allowed= fsc$min_ecc_close_validation + 0,
         {E File +F1 cannot be closed because it is the target of a file..
         { connection.}

     fsc$max_ecc_close_validation    = fsc$min_ecc_close_validation + 9;

?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
