
*copyc CMC$CONDITION_LIMITS
{ COMMON DECK CME$PHYSICAL_CONFIGURATION_UTL }

?? FMT (FORMAT := OFF) ??

  CONST
    cmc$pcu = cmc$min_ecc + 700,

    cme$pcu_duplicate_pen = cmc$pcu + 0,
        {E Element +P1 has a physical equipment number, +P2 that is already..
        { being used by +P3. }

    cme$pcu_duplicate_pun = cmc$pcu + 10,
        {E Physical unit number +P2 of element +P1 is already  ..
        { being used by +P3. }

    cme$pcu_duplicate_ser_num = cmc$pcu + 15,
        {E Element +P1 has a serial number +P2 that is already  }
        { being used.}

    cme$pcu_eoi_not_returned = cmc$pcu + 20,
        {E Information regarding the configuration is not available in..
        { the PHYSICAL_CONFIGURATION_UTILITY.}

    cme$pcu_invalid_inspc_call = cmc$pcu + 21,
        {E INSTALL_PHYSICAL_CONFIGURATION cannot be called after ..
        { deadstart.}

    cme$pcu_same_as_not_defined = cmc$pcu + 22,
        {E +P1 is not yet defined. }


    cme$pcu_file_error = cmc$pcu + 30,
        {E Can't detect eoi for input file in +P1 in ..
        {the PHYSICAL_CONFIGURATION_UTILITY. }

    cme$pcu_illegal_output_file = cmc$pcu + 35,
        {E File +F1 must have page width of at least +P2 characters. }

    cme$pcu_invalid_channel_number = cmc$pcu + 40,
        {E Invalid channel name: +P2 in +P1. }

    cme$pcu_improper_channel_usage = cmc$pcu + 41,
        {E +P1 cannot be connected to +P2. Channel port is ..
        {either missing or should not be used.}

    cme$pcu_invalid_element_id = cmc$pcu + 45,
        {E Element +P1 has an invalid ELEMENT_IDENTIFICATION: +P2}

    cme$pcu_invalid_parameter = cmc$pcu + 55,
        {E +P1 for element +P2. }

    cme$pcu_too_many_value_sets = cmc$pcu + 60,
        {E +P1 for element +P2. }

    cme$pcu_underprivileged_user = cmc$pcu + 65,
        {E User has insufficient privilege to install the physical configuration. }

    cme$pcu_unknown_product_id = cmc$pcu + 70,
        {I Product identification +P1 is unknown to the system. }

    cme$pcu_unknown_value = cmc$pcu + 75,
        {E +P1: +P2. }

    cme$pcu_element_not_found = cmc$pcu + 76,
        {E +P1 is not in the edited file. }

    cme$pcu_empty_file = cmc$pcu + 77,
        {E The current file is empty.}

    cme$pcu_connection_not_found = cmc$pcu + 78,
        {E +P1 does not have a connection of the type described.}

    cme$pcu_invalid_command = cmc$pcu + 79,
        {E +P1 cannot be executed within EDIPC session.}

    cme$pcu_value_out_of_range = cmc$pcu + 80,
        {E +P1 in DEFINE_ELEMENT. }

    cme$pcu_missing_parameters = cmc$pcu + 81,
        {E Missing parameter +P1 for element +P2.}

    cme$pcu_verpc_err = cmc$pcu + 82,
        {E VERIFY_PHYSICAL_CONFIGURATION detects +P2 error(s).}

    cme$pcu_inspc_err = cmc$pcu + 83,
        {E INSTALL_PHYSICAL_CONFIGURATION detects +P2 error(s).}

    cme$pcu_invalid_pf_ref = cmc$pcu + 84,
        {E User cannot reference permanent files at this time.}

    cme$pcu_element_already_defined = cmc$pcu + 85,
        {E +P1 is already defined in the edited file.}

    cme$pcu_mainframe_not_found = cmc$pcu + 86,
        {E +P1 is not defined in the configuration file.}

    cme$pcu_inconsistent_tape_subs = cmc$pcu + 87,
        {E Invalid mixture of single and dual PP ..
        {   tape subsystem: +P1 is already defined as a ..
        {   dual PP while +P2 is a single PP tape subsystem. }

    cme$invalid_mixture_of_product = cmc$pcu + 88,
        {E Invalid mixture of product identification connected to ..
        {   +P1. The following products are found : +P2, +P3 . }

    cme$pcu_invalid_use_of_retain = cmc$pcu + 89,
       {E RETAIN parameter can be specified only when using ALL on ..
       {  ELEMENTS parameter.}

    cme$pcu_invalid_connection = cmc$pcu + 90;
       {E Element : +P1 is found to have no units connected to ..
       {  to it, dangling controller definition is not allowed. }

?? FMT (FORMAT := ON) ??

