
  PROCEDURE [XREF] pfp$increment_usage_counts
    (    path: pft$complete_path;
         usage_selections: pft$usage_selections;
         share_selections: pft$share_selections;
         mainframe_id: pmt$binary_mainframe_id;
         p_catalog_file: {input, output} ^pft$catalog_file;
     VAR flush_catalog_pages: boolean;
     VAR cycle_entry {input, output} : pft$cycle_entry;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ost$status
*copyc pft$catalog_file
*copyc pft$complete_path
*copyc pft$cycle_entry
*copyc pft$share_selections
*copyc pft$usage_selections
*copyc pmt$binary_mainframe_id
?? POP ??
