
  TYPE
    jmt$output_file_statistic_data = record
      connect_time: ost$non_negative_integers,
      number_of_lines: ost$non_negative_integers,
      output_descriptor: jmt$output_descriptor,
      network_file_name: fst$path,
    recend;

*copyc fst$path
*copyc jmt$output_descriptor
*copyc osd$integer_limits
