
*copyc dsc$condition_limits

?? FMT (FORMAT := OFF) ??

{ Establish Disk Based System Errors: 'DS' 200 - 219 }

  CONST
    dse$estdbs_not_finished = dsc$min_ecc + 200,
       {E Cannot use COMNS command until ESTDBS is finished.}

    dse$no_deadstart_file_to_commit = dsc$min_ecc + 201,
       {W No deadstart file was found to commit.}

    dse$must_specify_catalog_or_vsn = dsc$min_ecc + 202,
       {E Must specify either a deadstart catalog or an external/recorded vsn.}

    dse$cannot_use_both_catalog_vsn = dsc$min_ecc + 203,
       {E Cannot specify both a deadstart catalog and an external/recorded vsn.}

    dse$vsn_required = dsc$min_ecc + 204,
       {E Either an external or recorded vsn must be specified.}

    dse$not_deadstart_tape = dsc$min_ecc + 205,
       {E The assigned tape is not a valid deadstart tape.}

    dse$required_file_missing = dsc$min_ecc + 206,
       {E The required file, +P1, is missing.}

    dse$file_name_too_long = dsc$min_ecc + 207;
       {E The file name, +P1, must be less than 18 characters in length.}

?? FMT (FORMAT := ON) ??
