?? NEWTITLE := 'nfe$drje_condition_codes:  1400 .. 1499', EJECT ??
*copyc nfc$abnormal_conditions
?? FMT (FORMAT := OFF) ??

  CONST
    nfc$min_drje_condition_code     = nfc$min_ecc + 1400,
    nfc$max_drje_condition_code     = nfc$min_ecc + 1499;

  CONST
    nfe$drje_insufficient_memory    = nfc$min_drje_condition_code + 0,
    {E DRJE unable to ALLOCATE required space in the default heap.}

    nfe$drje_logic_error            = nfc$min_drje_condition_code + 1,
    {E DRJE internal logic error.}

    nfe$drje_lost_scfs_connection   = nfc$min_drje_condition_code + 2,
    {E DRJE lost its network connection to SCFS +P1.}

    nfe$drje_scfs_rsn_missing       = nfc$min_drje_condition_code + 20,
    {E The remote system name +P is not in the NTF system list used by SCFS.}

    nfe$drje_inconsistent_rsns      = nfc$min_drje_condition_code + 21,
    {E Required remote system names are missing from the NTF system list}
    { used by SCFS.}

    nfe$drje_already_active         = nfc$min_drje_condition_code + 70,
    {E DRJE is already active for control facility +P.}

    nfe$drje_not_active             = nfc$min_drje_condition_code + 71,
    {E DRJE is not active for control facility +P.}

    nfe$drje_cf_errors              = nfc$min_drje_condition_code + 80,
    {E Errors encountered in DRJE configuration file.  See error file: +F.}

    nfe$drje_cf_max_cmd_exceeded    = nfc$min_drje_condition_code + 81,
    {E Command length exceeds 350 characters.}

    nfe$drje_cf_max_lines_exceeded  = nfc$min_drje_condition_code + 82,
    {E Continued command exceeds 10 lines.}

    nfe$drje_cf_unexpected_eoi      = nfc$min_drje_condition_code + 83,
    {E EOI encountered during line continuation.}

    nfe$drje_cf_no_hosts_configured = nfc$min_drje_condition_code + 84,
    {E The DRJE configuration file contains no remote host definitions.}

    nfe$drje_cf_no_lines_configured = nfc$min_drje_condition_code + 85,
    {E The DRJE configuration file contains no managed line definitions.}

    nfe$drje_cf_duplicate_host      = nfc$min_drje_condition_code + 86,
    {E Remote host +P previously defined.}

    nfe$drje_cf_duplicate_line      = nfc$min_drje_condition_code + 87,
    {E Managed line +P previously defined.}

    nfe$drje_cf_line_too_long       = nfc$min_drje_condition_code + 88,
    {E Line length exceeds 256 characters.}

    nfe$drje_cf_multiple_defdp_cmds = nfc$min_drje_condition_code + 89,
    {E More than one DEFINE_DRJE_PARAMETERS command in configuration file.}

    nfe$drje_cf_line_name_too_long  = nfc$min_drje_condition_code + 90,
    {E Line name +P exceeds 18 characters when the possibility exists}
    { that SIGNON or SIGNOFF jobs may be transferred over the line.}

    nfe$drje_cf_unmatched_line_qual = nfc$min_drje_condition_code + 91,
    {E Managed line +P1 is defined with qualifier +P2, but no remote host}
    { is defined with this qualifier.}

    nfe$drje_cf_unmatched_host_qual = nfc$min_drje_condition_code + 92;
    {E Remote host +P1 is defined with qualifier +P2, but no managed line}
    { is defined with this qualifier.}

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