*copyc cmc$condition_limits

?? FMT (FORMAT := OFF) ??

  CONST
    cmc$min_lcm_err = cmc$min_ecc + 400,

    cme$lcm_duplicate_element_names = cmc$min_lcm_err + 0,
        {E Element +P1 has already been defined.}

    cme$lcm_incompatible_lc = cmc$min_lcm_err + 5,
        {E Incompatible logical configuration file.}

    cme$lcm_empty_lc = cmc$min_lcm_err + 10,
        {E The active configuration is empty.}

    cme$lcm_elements_not_found = cmc$min_lcm_err + 15,
        {E No elements of the selector type specified found.}

    cme$lcm_nil_pointer_detected = cmc$min_lcm_err + 16,
       {E Nil pointer detected in : +P1.}

    cme$lcm_insufficient_space = cmc$min_lcm_err + 17,
       {E Insufficient space allocated for application_information ..
       { or site_information string.}

    cme$lcm_unexpected_element_type = cmc$min_lcm_err + 20,
        {E Element +P1 : Product +P2 cannot be configured.}

    cme$lcm_unsupported_channel = cmc$min_lcm_err + 25,
        {E Element +P1 is improper in the active configuration.}

    cme$lcm_ring_validation_error = cmc$min_lcm_err + 30,
        {E Permission not granted for : +P1.}

    cme$jobclass_cant_change_states = cmc$min_lcm_err + 31,
        {E User is executing in the wrong job class to change the element ..
        { state from +P1 to +P2.}

    cme$cannot_change_states = cmc$min_lcm_err + 32,
        {E User cannot change the element state from +P1 to +P2 because the ..
        { element is in its current state due to hardware problems.}

    cme$state_changed_in_interim = cmc$min_lcm_err + 33,
        {E The state of the element changed from +P1 to +P2 between the ..
        { initial validation of the element state and the actual request to ..
        { change the element state.}

    cme$change_produces_interrupt = cmc$min_lcm_err + 34,
        {E The element state change of +P1 to +P2 would produce a system ..
        { interrupt.}

    cme$lcm_empty_pa_set = cmc$min_lcm_err + 35,
        {E Empty physical address specifier set.}

    cme$lcm_unsupported_statechange = cmc$min_lcm_err + 36,
        {E The state change from +P1 to +P2 is not supported.}

    cme$lcm_model_cant_change_state = cmc$min_lcm_err + 37,
        {E The state change from +P1 to +P2 is not supported for this ..
        { processor model.}

    cme$cant_change_state_wo_deadst = cmc$min_lcm_err + 38,
        {E User cannot change the element state from +P1 to +P2 because ..
        { of the state of the element at deadstart.}

    cme$lcm_missing_pa_set_member = cmc$min_lcm_err + 40,
        {E +P1 missing in physical address specifier set.}

    cme$lcm_element_not_found = cmc$min_lcm_err + 45,
        {E Element +P1 is not in the active configuration.}

    cme$request_state_is_crnt_state = cmc$min_lcm_err + 46,
        {W The current element state is the same as the requested state.}

    cme$lcm_element_name_not_found = cmc$min_lcm_err + 50,
        {E An element name cannot be found for physical address: +P1.}

    cme$lcm_ambiguous_product_id = cmc$min_lcm_err + 51,
        {E Hardware address must be specified for multi-spindles devices.}

    cme$lcm_not_available = cmc$min_lcm_err + 55,
        {E +P1.}

    cme$lcm_system_critical_element = cmc$min_lcm_err + 56,
        {E +P1 is a system critical element.}

    cme$invalid_ms_configuration = cmc$min_lcm_err + 57,
        {E The number of mass storage devices exceeds the ..
        { allowed value for this mainframe model type.}

    cme$ms_device_not_allowed = cmc$min_lcm_err + 58,
        {E The physical configuration contains mass storage ..
        { devices not allowed on this mainframe model type.}

    cme$channel_port_required = cmc$min_lcm_err + 59,
        {E +P1 requires channel port on IOU_CONNECTIONS parameter.}

    cme$multiple_reconf_tasks = cmc$min_lcm_err + 60,
        {E +P1 is currently performing reconfiguration tasks. Please retry later on.}

    cme$invalid_upline_connection = cmc$min_lcm_err + 61,
    {E Element +P1 has an invalid upline connection to element +P2.}

    cme$invalid_downline_connection = cmc$min_lcm_err + 62,
    {E Element +P1 does not have a downline connection to element +P2.}

    cme$unsupported_connection = cmc$min_lcm_err + 63,
    {E Element +P1 does not support downline connections.}

    cme$lcu_still_active = cmc$min_lcm_err + 64,
    {E Terminate_system is not allowed while the Logical_Configuration_Utility ..
    {(LCU) is active.  ..
    {Job +P must quit LCU to allow the system to be terminated. }

    cme$lcu_program_error = cmc$min_lcm_err + 65,
    {E The following internal error was detected by LCU: +P1 for the ..
    {following reason +P2.

    cme$phys_config_not_installed = cmc$min_lcm_err + 66,
{E Logical_Configuration_Manager (LCU) cannot be called until the Physical
{ Configuration is successfully installed.

    cme$no_pp_communication_buffer = cmc$min_lcm_err + 67,
{E No PP Communication Buffer assigned to Logical PP +P1.

    cmc$lcm_null = 0;


?? FMT (FORMAT := ON) ??
