*copyc dsc$condition_limits

?? FMT (FORMAT := OFF) ??

{ Miscellaneous Deadstart Errors }

  CONST
     {11 - 19}
    dse$not_executing_in_sys_job    = dsc$min_ecc + 11,
       {E Must be executing within the system job}
    dse$sysl_not_in_ssr             = dsc$min_ecc + 12,
       {F SYSL entry is not in the SSR}
    dse$system_level_mismatch       = dsc$min_ecc + 13,
       {F System core and VCB system level numbers do not match}
    dse$read_invalid_time_zone      = dsc$min_ecc + 14,
       {E Unable to obtain valid time zone data from VCU in the common disk area.}
    dse$write_invalid_time_zone     = dsc$min_ecc + 15,
       {E Unable to store invalid time zone data in VCU in the common disk area.}
    dse$mf_element_id_not_found     = dsc$min_ecc + 16;
       {E The desired entry was not found in the Mainframe Element Table.}

?? FMT (FORMAT := ON) ??
