
  PROCEDURE [XREF] pfp$reattach_permanent_file
    (    apfid: pft$attached_permanent_file_id;
         device_class: rmt$device_class;
         internal_name: pft$internal_name;
         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$internal_name
*copyc pft$share_selections
*copyc pft$usage_selections
*copyc pmt$binary_mainframe_id
*copyc rmt$device_class
?? POP ??
