*copyc dsc$condition_limits

?? FMT (FORMAT := OFF) ??

{Deadstart Utility Errors: 'DS' 20 - 39 }

  CONST
    dse$empty_input_file            = dsc$min_ecc + 20,
       {E The input file is empty.}
    dse$empty_record_list           = dsc$min_ecc + 21,
       {E No records exist on the current record list.}
    dse$invalid_range               = dsc$min_ecc + 22,
       {E The range specified is invalid.}
    dse$invalid_record              = dsc$min_ecc + 23,
       {E The input file contains an invalid +P1.}
    dse$invalid_vdt_format          = dsc$min_ecc + 24,
       {E The DATA_12_IN_16 parameter is not allowed with the VDT_FILE parameter.}
    dse$multiple_crebff_called      = dsc$min_ecc + 25,
       {E The utility CREATE_BINARY_FORMATTED_FILE cannot be called multiple times.}
    dse$record_not_found            = dsc$min_ecc + 26;
       {E The desired record was not found.}

?? FMT (FORMAT := ON) ??
