 TYPE
    cmt$job_ownership = record
      case active: boolean of
      = TRUE =
        job_identification: jmt$system_supplied_name,
      = FALSE =
        ,
      casend,
    recend;

*copyc jmt$system_supplied_name
