  PROCEDURE [XREF] pup$crack_permanent_file ALIAS 'puxcrpf'
    (    parameter_name: string ( * );
         allowed_cycle_references: put$cycle_reference_selections;
     VAR path_container: clt$path_container;
     VAR p_path: ^pft$path;
     VAR cycle_selector_specified: boolean;
     VAR cycle_selector: pft$cycle_selector;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc cld$path_description
*copyc ost$status
*copyc pft$cycle_selector
*copyc pft$path
*copyc pud$cycle_reference
?? POP ??
