
  TYPE
    rat$table_record = record
      mnemonic_name: ALIGNED [0 MOD 32] ost$name,
      access_mode: pft$permit_selections,
      share_mode: pft$share_selections,
      ring: array [1 .. 3] of rat$ring_values,
      format: rat$file_format,
      class: rat$file_class,
      storage_class: rat$storage_class,
      product: ost$name,
      version: string (osc$max_name_size),
      installation_path: clt$path_name,
      integration_path: string (rac$max_path_name_size),
      comment: rat$file_comment,
    recend;

  CONST
    rac$max_path_name_size = 256;

*copyc clt$path_name
*copyc ost$name
*copyc pft$permit_selections
*copyc pft$share_selections
*copyc rat$file_class
*copyc rat$file_comment
*copyc rat$file_format
*copyc rat$ring_values
*copyc rat$storage_class
