*copyc nac$condition_code_limits
?? NEWTITLE := 'NAE$MANAGE_NETWORK_APPLICATIONS -- ''NA'' 4500..4699', EJECT ??
?? FMT (FORMAT := OFF) ??

  CONST

    nac$min_ecc_manna               = nac$min_ecc + 4500,

    nae$all_not_valid_appl_name     = nac$min_ecc_manna + 20,
    {E The value ALL is not allowed as the name of an application.}

    nae$appl_definition_not_changed = nac$min_ecc_manna + 25,
    {W No changes to the +P definition were entered.}

    nae$application_id_not_changed  = nac$min_ecc_manna + 30,
    {E An application identifier can not be changed to variable if it's ..
    {current value is variable.}

    nae$application_not_defined     = nac$min_ecc_manna + 35,
    {E No +P applications are defined.}

    nae$client_address_not_in_list  = nac$min_ecc_manna + 40,
    {E The specified client address is not in the current list of valid ..
    {addresses.}

    nae$command_not_allowed         = nac$min_ecc_manna + 50,
    {E The +P command is not allowed when +P.}

    nae$invalid_client_attribute    = nac$min_ecc_manna + 70,
    {E +P is not a valid client attribute name.}

    nae$invalid_server_attribute    = nac$min_ecc_manna + 75,
    {E +P is not a valid server attribute name.}

    nae$invalid_tcpip_attribute     = nac$min_ecc_manna + 77,
    {E +P is not a valid TCP/IP attribute name.}

    nae$invalid_user                = nac$min_ecc_manna + 80,
    {E User not authorized to invoke +p.}

    nae$only_disk_files_supported   = nac$min_ecc_manna + 100,
    {E Server job files must be mass storage files in the current ..
    {implementation.}

    nae$page_width_too_small        = nac$min_ecc_manna + 110,
    {E The page width of the output file must be at least +P.}

    nae$title_not_name_or_string    = nac$min_ecc_manna + 130,
    {E A title value must be specified as a name or a string, not a +P.}

    nae$unknown_title               = nac$min_ecc_manna + 140,
    {W Title +P is not in the current list of titles.}

    nae$unknown_title_pattern       = nac$min_ecc_manna + 145,
    {W Title pattern +P is not in the current list of title patterns.}

    nae$tcp_protocol_mismatch       = nac$min_ecc_manna + 150,
    {E To define a TCP/IP application using the name UNNAMED_TCP_APPLICATION..
    {  a protocol value of STREAM_SOCKET must be specified.}

    nae$udp_protocol_mismatch       = nac$min_ecc_manna + 155,
    {E To define a TCP/IP application using the name UNNAMED_UDP_APPLICATION..
    {  a protocol value of DATAGRAM_SOCKET must be specified.}

    nae$value_not_supported         = nac$min_ecc_manna + 160,
    {E The parameter value +P is not supported in the current implementation.}

    nae$warnings_processing_command = nac$min_ecc_manna + 180,
    {W Warnings detected processing MANNA command +P. See $ERRORS.}

    nac$max_ecc_manna               = nac$min_ecc_manna + 199;

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