
  TYPE
    pmt$job_log_entry = packed record
      time: ost$millisecond_time,
      delimiter_1: string (1),
      origin: string (2),
      delimiter_2: string (1),
      text: pmt$log_msg_text,
    recend;

*copyc ost$time
*copyc pmt$log_msg_text
