
  TYPE
    pft$relink_server_file_inp = record
      global_file_name: dmt$global_file_name,
      attached_pf_table_index: pft$attached_pf_table_index,
    recend,

    pft$relink_server_file_outp = record
      usage_selections: pft$usage_selections,
      share_selections: pft$share_selections,
      dm_parameters: dmt$server_file_output,
    recend;

*copyc dmt$global_file_name
*copyc dmt$server_file_output
*copyc pft$attached_pf_table_index
*copyc pft$share_selections
*copyc pft$usage_selections
