
  TYPE
    clt$standard_file = record
*IF NOT $true(osv$unix)
      path_handle_name: fst$path_handle_name,
      path_handle: fmt$path_handle,
*ELSE
      unix_file_name: ost_standard_file_name,
      file_id: amt$file_identifier,
*IFEND
    recend;

*IF NOT $true(osv$unix)
*copyc fst$path_handle_name
*copyc fmt$path_handle
*ELSE
*copyc amt$file_identifier
*copyc ost_standard_file_name
*IFEND
