  TYPE
    pft$server_attach_output = record
      { parameters returned on normal attach
      cycle_damage_symptoms: fst$cycle_damage_symptoms,
      cycle_number: fst$cycle_number,
      allowed_usage_selections: pft$usage_selections,
      required_share_selections: pft$share_selections,

      { Parameters returned only on server attach
      usage_selections: pft$usage_selections,
      share_selections: pft$share_selections,
      cycle_created: boolean,
      application_info: pft$application_info,
      allow_other_mainframe_writer: boolean,
      global_file_name: dmt$global_file_name,
      attached_pf_table_index: pft$attached_pf_table_index,
      label_replaced: boolean,
      label_length: pft$file_label_size,
      label_included: boolean,
      password_protected: boolean,
    recend;

*copyc dmt$global_file_name
*copyc fst$cycle_damage_symptoms
*copyc fst$cycle_number
*copyc pft$application_info
*copyc pft$attached_pf_table_index
*copyc pft$file_label_size
*copyc pft$share_selections
*copyc pft$usage_selections
