
  TYPE
    clt$system_file_identifiers = record
*IF NOT $true(osv$unix)
      echoed_commands: record
        case id_defined: boolean of
        = FALSE =
          ,
        = TRUE =
          id: amt$file_identifier,
        casend,
      recend,
*IFEND
      error_output: record
        case id_defined: boolean of
        = FALSE =
          ,
        = TRUE =
          id: amt$file_identifier,
        casend,
      recend,
*IF NOT $true(osv$unix)
      job_command_response: record
        case id_defined: boolean of
        = FALSE =
          ,
        = TRUE =
          id: amt$file_identifier,
        casend,
      recend,
*IFEND
      job_output: record
        case id_defined: boolean of
        = FALSE =
          ,
        = TRUE =
          id: amt$file_identifier,
        casend,
      recend,
    recend;

*copyc amt$file_identifier
