
  PROCEDURE [XREF] dmp$create_client_sft
    (    global_file_name: dmt$global_file_name;
         usage_selections: pft$usage_selections;
         share_selections: pft$share_selections;
         operation: dmt$create_client_sft_operation;
         dm_parameters: dft$server_file_output;
         served_family_table_index: dft$served_family_table_index;
         server_mainframe_id: pmt$binary_mainframe_id;
     VAR sfid: gft$system_file_identifier;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc dft$served_family_table_index
*copyc dft$server_file_output
*copyc dmt$create_client_sft_operation
*copyc dmt$global_file_name
*copyc gft$system_file_identifier
*copyc ost$status
*copyc pft$share_selections
*copyc pft$usage_selections
*copyc pmt$binary_mainframe_id
?? POP ??
