*copyc nfc$abnormal_conditions
?? NEWTITLE := 'NFE$NTF_UTILITY_CONDITIONS ''NF'' 1300 .. 1399', EJECT ??
?? FMT (FORMAT := OFF) ??

  CONST
    nfc$min_ecc_ntf_utility         = nfc$min_ecc + 1300,

    nfe$ntf_bad_local_name_file     = nfc$min_ecc_ntf_utility + 4,
    {E +P1 is not in the correct format for an NTF local name file.}

    nfe$ntf_bad_netdata_file        = nfc$min_ecc_ntf_utility + 6,
    {E +P1 is not in the correct format for a NETDATA file.}

    nfe$ntf_bad_rem_sys_list_file   = nfc$min_ecc_ntf_utility + 8,
    {E +P1 is not in the correct format for an NTF system list file.}

    nfe$ntf_command_not_implemented = nfc$min_ecc_ntf_utility + 12,
    {E Operator command is not implemented in NTF:  +P1.}

    nfe$ntf_control_fac_required    = nfc$min_ecc_ntf_utility + 16,
    {E A control facility must be selected before the +P1 command can be
    { issued.}

    nfe$ntf_insufficient_authority  = nfc$min_ecc_ntf_utility + 20,
    {E Insufficient authority to issue operator command:  +P1.}

    nfe$ntf_job_file_conflict       = nfc$min_ecc_ntf_utility + 24,
    {E +P1 is the name of more than one NTF controlled job or output file.}

    nfe$ntf_job_file_not_found      = nfc$min_ecc_ntf_utility + 28,
    {E +P1 is not an NTF controlled job or output file.}

    nfe$ntf_local_name_exists       = nfc$min_ecc_ntf_utility + 32,
    {E +P1 is already a NTF local name.}

    nfe$ntf_local_name_not_found    = nfc$min_ecc_ntf_utility + 36,
    {E +P1 is not an NTF local name.}

    nfe$ntf_lost_connection         = nfc$min_ecc_ntf_utility + 40,
    {E Lost connection to +P1.  Use SELECT_CONTROL_FACILITY to establish new
    { connection.}

    nfe$ntf_not_an_operator         = nfc$min_ecc_ntf_utility + 44,
    {E Only a validated NTF operator can use the +P1 command.}

    nfe$ntf_not_non_default         = nfc$min_ecc_ntf_utility + 48,
    {E +P1 is a default local name.}

    nfe$ntf_param_requires_rem_sys  = nfc$min_ecc_ntf_utility + 52,
    {E A remote system must be controlled if the +P1 parameter is specified.}

    nfe$ntf_remote_name_exists      = nfc$min_ecc_ntf_utility + 56,
    {E +P1 is already a NTF remote name.}

    nfe$ntf_remote_name_not_found   = nfc$min_ecc_ntf_utility + 60,
    {E +P1 is not an NTF remote name.}

    nfe$ntf_remote_system_required  = nfc$min_ecc_ntf_utility + 64,
    {E A remote system must be controlled before the +P1 command can be
    { issued.}

    nfe$ntf_remote_sys_in_list_file = nfc$min_ecc_ntf_utility + 68,
    {E +P1 is already in the NTF system list.}

    nfe$ntf_rem_sys_not_in_file     = nfc$min_ecc_ntf_utility + 72,
    {E +P1 is not in the NTF system list.}

    nfe$ntf_too_many_local_names    = nfc$min_ecc_ntf_utility + 76,
    {E Number of NTF local names exceeds the maximum of +P1.}

    nfe$ntf_too_many_remote_systems = nfc$min_ecc_ntf_utility + 80,
    {E Number of NTF system names exceeds the maximum of +P1.}

    nfe$ntf_unknown_control_fac     = nfc$min_ecc_ntf_utility + 84,
    {E +P1 is not a control facility known to NTF.}

    nfe$ntf_unknown_network_command = nfc$min_ecc_ntf_utility + 88,
    {E Operator command is not known to NTF:  +P1.}

    nfe$ntf_wrong_remote_name       = nfc$min_ecc_ntf_utility + 92,
    {E Local name +P1 is associated with another remote name.}

    nfc$max_ecc_ntf_utility         = nfc$min_ecc_ntf_utility + 99;

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