
  PROCEDURE [XREF] pfp$detach_permanent_file
    (    p_path: ^pft$complete_path;
         system_file_id: gft$system_file_identifier;
         usage_selections: pft$usage_selections;
         catalog_update_allowed: boolean;
         p_cycle: pft$p_cycle;
         p_catalog_file: pft$p_catalog_file;
         return_file_info_option: dmt$df_return_file_info_option;
     VAR fmd_modified: boolean;
     VAR file_info: dmt$file_information;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc dmt$df_return_file_info_option
*copyc dmt$file_information
*copyc gft$system_file_identifier
*copyc ost$status
*copyc pft$complete_path
*copyc pft$p_catalog_file
*copyc pft$p_cycle
*copyc pft$usage_selections
?? POP ??
