*copyc nac$condition_code_limits
?? NEWTITLE := 'NAE$APPLICATION_MANAGEMENT ----- ''NA'' 4000..4499', EJECT ??
?? FMT (FORMAT := OFF) ??

  CONST

    nac$min_ecc_appl_management     = nac$min_ecc + 4000,

    nae$active_connections          = nac$min_ecc_appl_management + 2,
    {E Application +P has active connections.}

    nae$active_sockets              = nac$min_ecc_appl_management + 3,
    {E Application +P has active sockets.}

    nae$unknown_socket              = nac$min_ecc_appl_management + 4,
    {E Socket undefined for application +P.}

    nae$application_active          = nac$min_ecc_appl_management + 5,
    {E Application +P is active.}

    nae$application_already_active  = nac$min_ecc_appl_management + 10,
    {E Application +P is already active.}

    nae$application_already_defined = nac$min_ecc_appl_management + 15,
    {E +P Application is already defined.}

    nae$application_already_inactiv = nac$min_ecc_appl_management + 20,
    {E Application +P is already inactive.}

    nae$application_file_error      = nac$min_ecc_appl_management + 25,
    {E +P The definitions on application file are incorrect.}

    nae$application_file_mismatch   = nac$min_ecc_appl_management + 30,
    {E Application file mismatch.}

    nae$application_file_not_open   = nac$min_ecc_appl_management + 35,
    {E +P Application definitions file is not open.}

    nae$application_not_restored    = nac$min_ecc_appl_management + 38,
    {E An error occurred while changing the +P application and also while ..
    {restoring the application to it's original state.  See the job log for ..
    {details.}

    nae$conflicting_reserved_sap    = nac$min_ecc_appl_management + 50,
    {E Reserved SAP +P is already in use.}

    nae$cycle_1_present             = nac$min_ecc_appl_management + 55,
    {W Cycle 1 of application definitions file was present and was purged.}

    nae$incorrect_appl_file_version = nac$min_ecc_appl_management + 95,
    {E The application file version +P is incorrect.

    nae$insufficient_attached_jobs  = nac$min_ecc_appl_management + 100,
    {E Attached server jobs of +P1 are at maximum connections limit.}

    nae$maximum_sockets_exceeded    = nac$min_ecc_appl_management + 110,
    {E Application +P maximum sockets exceeded.}

    nae$no_server_job_attached      = nac$min_ecc_appl_management + 150,
    {E No server job is attached to +P.}

    nae$server_jobs_attached        = nac$min_ecc_appl_management + 250,
    {E Server jobs attached to +P.}

    nae$limit_max_connections       = nac$min_ecc_appl_management + 260,
    {W Maximum connections limit for +P has been set to the maximum allowed ..
    {value of +P.}

    nae$unable_to_activate_appl     = nac$min_ecc_appl_management + 400,
    {E Unable to activate application +P during NAMVE initialization.}

    nae$even_char_count_required    = nac$min_ecc_appl_management + 405,
    {E An even number of digits are required. +P digits were specified.}

    nae$invalid_hex_digit           = nac$min_ecc_appl_management + 410,
    {E Only the numbers 0 through 9 and the letters A through F are ..
    {allowed. +P was specified.}

    nae$unknown_identifier          = nac$min_ecc_appl_management + 415,
    {E The title identifier +P is not present in the current list of ..
    {registered non-CDNA titles.

    nae$unknown_osi_title           = nac$min_ecc_appl_management + 420,
    {E The title +P is not present in the current list of registered OSI titles.

    nae$empty_osi_title_list        = nac$min_ecc_appl_management + 425,
    {E No OSI titles are registered in the Directory.}

    nae$transport_network_mismatch  = nac$min_ecc_appl_management + 430,
    {E Connectionless network service requires use of Transport Class 4.}

    nae$no_server_job_active        = nac$min_ecc_appl_management + 435,
    {E No +P server job is active.}

    nae$network_applications_active = nac$min_ecc_appl_management + 440,
    {E Network applications are still active.}

    nac$max_ecc_appl_management     = nac$min_ecc_appl_management + 499;

?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
