?? RIGHT := 110 ??
?? FMT (FORMAT := OFF) ??

*copyc sfc$min_ecc

  CONST
    sfc$min_ecc_limits = sfc$min_ecc + 1000,
    sfc$max_ecc_limits = sfc$min_ecc_limits + 1000;

  CONST
    sfe$accumulator_overflow = sfc$min_ecc_limits + 10,
    {I The +P limit accumulator has overflowed.}

    sfe$conflicting_parameters = sfc$min_ecc_limits + 13,
    {E The parameters +P can not be used together, choose one or the other.}

    sfe$corrupted_limit_chain = sfc$min_ecc_limits + 15,
    {E Procedure +P detected a damaged limit chain.}

    sfe$duplicate_limit_name = sfc$min_ecc_limits + 20,
    {E The name +P is already being used for a limit.}

    sfe$invalid_maximum_limit = sfc$min_ecc_limits + 30,
    {E The specified +P maximum limit (+P) must be greater than or equal to the
    { warning limit value (+P).}

    sfe$invalid_initial_limit_value = sfc$min_ecc_limits + 33,
    {E The +P warning limit (+P) must be greater than the initial accumulator
    { value (+P) and less than or equal to the maximum limit (+P).}

    sfe$invalid_warning_limit = sfc$min_ecc_limits + 35,
    {E The specified +P warning limit (+P) must be greater than the current
    { accumulator value (+P) and less than or equal to the maximum limit (+P).}

    sfe$job_maximum_limit_exceeded = sfc$min_ecc_limits + 40,
    {E The +P job maximum limit has been exceeded.}

    sfe$job_warning_limit_exceeded = sfc$min_ecc_limits + 45,
    {E The +P job warning limit has been exceeded.}

    sfe$limit_already_active = sfc$min_ecc_limits + 50,
    {E Statistic +P cannot be associated with +P limit because it is already
    { associated with +P limit.}

    sfe$limit_array_pointer_nil = sfc$min_ecc_limits + 53,
    {E The specified pointer to the array of limit records must not be a NIL
    { pointer.}

    sfe$limit_array_too_small = sfc$min_ecc_limits + 55,
    {E The size of the limit array (+P entries) must be large enough to hold all +P
    { limits.}

    sfe$limit_not_activated = sfc$min_ecc_limits + 60,
    {E +P limit has not been activated.}

    sfe$no_active_limits = sfc$min_ecc_limits + 65,
    {W There are no limits activated for this job.}

    sfe$unknown_condition_id = sfc$min_ecc_limits + 85,
    {E +P is not a known job resource condition identifier.}

    sfe$unknown_enforcement = sfc$min_ecc_limits + 90,
    {E An unknown enforcement option was found for +P limit.}

    sfe$unknown_update_kind = sfc$min_ecc_limits + 95;
    {E An unknown update kind was passed to +P.}

?? FMT (FORMAT := ON) ??
