
*copyc dsc$condition_limits

?? FMT (FORMAT := OFF) ??

{ NOS FAP Errors: 'DS' 160 - 179 }

  CONST
    dse$command_not_supported       = dsc$min_ecc + 160,
       {E NOS FAP does not support the command used.}
    dse$tape_damaged                = dsc$min_ecc + 161,
       {E Trailer portion on tape is damaged -- Bad tape.}
    dse$write_at_eor                = dsc$min_ecc + 162;
       {E Attempting to write at an End_of_record.}

?? FMT (FORMAT := ON) ??
