*copyc fsc$condition_code_limits
?? NEWTITLE := 'attach validation                : ''FS''  10 .. 19', EJECT ??

?? FMT (FORMAT := OFF) ??

      { fse$attach_validation_errors }

   CONST
     fsc$min_ecc_attach_validation   = fsc$min_ecc_validation + 10,

     fse$redundant_attachment_choice = fsc$min_ecc_attach_validation + 0,
         {E File +F1 : +P8 and +P9 cannot both be specified for the same..
         { instance of open.}

     fse$invalid_attachment_spec = fsc$min_ecc_attach_validation + 2,
         {E File +F1 : +P8 is not allowed on the ATTACH_FILE command..
         { for a file with a device class of +P9.}

     fse$invalid_volume_list = fsc$min_ecc_attach_validation + 3,
         {E File +F1 : The volume list specified on the ATTACH_FILE..
         { command is inconsistent with the volume list of the file.}

     fse$redundant_attachment_spec = fsc$min_ecc_attach_validation + 5,
         {E File +F1 : The specification of +P8 is inconsistent with..
         { a previous specification of the ATTACH_FILE command.}

     fse$tape_attach_limit_exceeded = fsc$min_ecc_attach_validation + 7,
         {E File +F1 : exceeds the limit of +P2 tape files which may..
         { be attached concurrently by a job.}
         {+N3 Use detach_file to reduce the number of attached tape..
         { files.}

     fsc$max_ecc_attach_validation   = fsc$min_ecc_attach_validation + 9;

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