
  PROCEDURE [XREF] pfp$reattach_server_file
    (    apfid: pft$attached_permanent_file_id;
         internal_cycle_name: pft$internal_name;
         client_mainframe_id: pmt$binary_mainframe_id;
         usage_selections: pft$usage_selections;
         share_selections: pft$share_selections;
     VAR new_sfid: gft$system_file_identifier;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc gft$system_file_identifier
*copyc ost$status
*copyc pft$attached_permanent_file_id
*copyc pft$complete_path
*copyc pft$internal_name
*copyc pft$share_selections
*copyc pft$usage_selections
*copyc pmt$binary_mainframe_id
?? POP ??
