?? NEWTITLE := 'nfe$queue_file_transfer_fac', EJECT ??
?? FMT (FORMAT := OFF) ??
*copyc nfc$abnormal_conditions

CONST
      nfc$queue_file_base_condition = nfc$min_status_condition + 500,

      nfe$invalid_explicit_text = nfc$queue_file_base_condition + 0,
      {E The explicit text directive +P1 is not a legal directive.}

      nfe$data_type_us_not_for_job = nfc$queue_file_base_condition + 1,
      {E The data declaration US may not be specified for a job.}

      nfe$invalid_data_mode_parameter = nfc$queue_file_base_condition + 2,
      {E The data mode +P1 is invalid.}

      nfe$invalid_vpd_parameter = nfc$queue_file_base_condition + 3,
      {E The vertical print density parameter +P1 is invalid.}

      nfe$invalid_implicit_text_value = nfc$queue_file_base_condition + 4,
      {E The implicit text directive +P1 is invalid.}

      nfe$copies_out_of_range = nfc$queue_file_base_condition + 5,
      {E The copies parameter specified is out of range.}

      nfe$job_exec_ring_out_of_range = nfc$queue_file_base_condition + 6,
      {E The job execution ring specified is out of range.}

      nfe$qtfc_qtfi_communication_err = nfc$queue_file_base_condition + 10,
      {E A communication error occurred between QTFC and QTFI.}

      nfe$qtf_no_loopback_jobs = nfc$queue_file_base_condition + 11,
      {E Job loopback transfers not permitted.}

      nfe$prif_to_wait_queue_not_sup = nfc$queue_file_base_condition + 12,
      {E NOS/VE QTF does not support the printing of NON-NOS/VE files to the WAIT QUEUE.}

      nfe$qtfs_chg_jad_qtf_to_public = nfc$queue_file_base_condition + 13;
      {I NOS/VE QTF SERVER has changed the OUTPUT_DESTINATION_USAGE for the system job/file ..
      {  name of + P1 from the JOB_ATTRIBUTE_DEFAULT of QTF to PUBLIC.}

?? fmt (format := on) ??
?? OLDTITLE ??
