
{ define symptom code constants

  CONST
    nac$sc_ivb_funct_timeout = 1,
    nac$sc_ivb_channel_empty = 2,
    nac$sc_ivb_period_cnter_parity = 3,
    nac$sc_ivb_upper_ici_parity = 4,
    nac$sc_ivb_lower_ici_parity = 5,
    nac$sc_ivb_iou_error = 6,
    nac$sc_ivb_incomplete_transfer = 7,
    nac$sc_ivb_channel_not_empty = 8,
    nac$sc_ivb_central_mem_error = 9,
    nac$sc_ivb_invalid_cm_response = 10,
    nac$sc_ivb_cm_resp_code_parity = 11,
    nac$sc_ivb_cmi_read_data_parity = 12,
    nac$sc_ivb_jy_data_error = 13,
    nac$sc_ivb_bas_parity = 14,
    nac$sc_ivb_lz_error = 15,
    nac$sc_ivb_jy_error = 16,
    nac$sc_ivb_lx_error = 17,
    nac$sc_ivb_cant_select = 20,
    nac$sc_ivb_bit_sign_resp_err = 21,
    nac$sc_ivb_no_sync_in = 22,
    nac$sc_ivb_sync_in_did_not_drop = 23,
    nac$sc_ivb_ipi_sequence_error = 24,
    nac$sc_ivb_upper_ipi_parity = 25,
    nac$sc_ivb_lower_ipi_parity = 26,
    nac$sc_ivb_slave_in_not_set = 27,
    nac$sc_ivb_slave_in_didnt_drop = 28,
    nac$sc_ivb_channel_error = 29,
    nac$sc_ivb_channel_active = 30,
    nac$sc_ivb_buffer_cnt_parity = 31,
    nac$sc_ivb_sync_counter_parity = 32,
    nac$sc_ivb_lost_data = 33,
    nac$sc_ivb_bus_parity = 34,
    nac$sc_ivb_command_reject = 35,
    nac$sc_ivb_sync_out_ne_sync_in = 36,
    nac$sc_ivb_bus_b_ack_error = 37,
    nac$sc_ivb_ending_status_wrong = 39,
    nac$sc_ivb_available = 40,
    nac$sc_ivb_reset = 41,
    nac$sc_ivb_reset_freq_thresh = 42,
    nac$sc_ivb_no_forced_error = 100,
    nac$sc_ivb_ipi_read_resp_error = 200,
    nac$sc_ivb_ipi_param_len_error = 201,
    nac$sc_ivb_sequence_number_err = 202,
    nac$sc_ivb_status_mismatch = 203,
    nac$sc_ivb_ipi_resp_code_err = 205,
    nac$sc_ivb_ipi_response_len_err = 206,
    nac$sc_ivb_ipi_resp_param_err = 207,
    nac$sc_ivb_diag_resp_error = 221,
    nac$sc_ivb_max_ccpdu_size_err = 229,
    nac$sc_ivb_buffers_exceeded = 230,
    nac$sc_ivb_rma_not_on_word = 300,
    nac$sc_ivb_ccpdu_header_error = 301,
    nac$sc_ivb_unit_request_err = 302,
    nac$sc_ivb_request_len_error = 303,
    nac$sc_ivb_protocol_neg_failed = 320,
    nac$sc_ivb_invalid_pp_command = 321,
    nac$sc_ivb_unexpected_cpu_ack = 322,
    nac$sc_ivb_cant_clear_ch_lock = 323,
    nac$sc_ivb_buffer_pool_error = 324,
    nac$sc_ivb_inv_max_ccpdu_size = 325,
    nac$sc_ivb_indeterminate = 350;
