
  TYPE
    jmt$ptf_statistic_data = record
      connect_time: ost$non_negative_integers,
      file_size: ost$non_negative_integers,
      bytes_transferred: ost$non_negative_integers,
      requesting_mainframe_name: ost$name,
      target_mainframe_name: ost$name,
      command_string: ost$string,
    recend;

*copyc osd$integer_limits
*copyc ost$name
*copyc ost$string
