?? NEWTITLE := 'nfc$parameter_04_definitions' ??

{ nfc$parameter_04_definitions }

  CONST
    nfc$p04_general_state_size = 2, { # of chars in general state
    nfc$p04_specific_state_size = 4, { # of chars in specific state
    nfc$p04_max_param_len = nfc$p04_general_state_size +
          nfc$p04_specific_state_size,
    nfc$p04_min_param_len = nfc$p04_max_param_len,
    nfc$p04_max_transfer_states = 34,

{     Indexes into P04 array }
    nfc$p04_acceptable_and_satisfac = 1,
    nfc$p04_accept_and_satis_resend = 2,
    nfc$p04_unspecific_transfer = 3,
    nfc$p04_transfer_rejected_messa = 4,
    nfc$p04_unacceptable_attributes = 5,
    nfc$p04_unspecific_file_store = 6,
    nfc$p04_file_not_found = 7,
    nfc$p04_no_file_access = 8,
    nfc$p04_wrong_file_type = 9,
    nfc$p04_file_unavailable = 10,
    nfc$p04_invalid_user = 11,
    nfc$p04_invalid_password = 12,
    nfc$p04_invalid_account = 13,
    nfc$p04_invalid_account_pw = 14,
    nfc$p04_no_money = 15,
    nfc$p04_file_too_large = 16,
    nfc$p04_wrong_device = 17,
    nfc$p04_satisfac_and_complete = 18,
    nfc$p04_terminate_xfer_message = 19,
    nfc$p04_accounting_limit_execd = 20,
    nfc$p04_discard_input_file = 21,
    nfc$p04_requeue_output_file = 22,
    nfc$p04_requeue_at_cur_priority = 23,
    nfc$p04_requeue_not_eligible_fl = 24,
    nfc$p04_requeue_at_new_priority = 25,
    nfc$p04_pm_message_time_out = 26,
    nfc$p04_station_operator_termin = 27,
    nfc$p04_satisfac_and_incomplete = 28,
    nfc$p04_receiver_problem_retry = 29,
    nfc$p04_receiver_problem_noretr = 30,
    nfc$p04_sender_problem_retry = 31,
    nfc$p04_sender_problem_noretry = 32,
    nfc$p04_application_time_out = 33,
    nfc$p04_protocol_anomaly = 34;


?? OLDTITLE ??

