
  PROCEDURE [XREF] pfp$check_cycle_busy
    (    path: pft$complete_path;
         usage_intentions: pft$permit_selections;
         share_intentions: pft$share_selections;
         mainframe_id: pmt$binary_mainframe_id;
         p_catalog_file: {input^} ^pft$catalog_file;
         cycle_entry: 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$permit_selections
*copyc pft$share_selections
*copyc pmt$binary_mainframe_id
?? POP ??
