
  PROCEDURE [XREF] clp$get_file_cycles
    (    file: fst$file_reference;
     VAR work_area {input, output}: ^clt$work_area;
     VAR cycle_array: ^array [1 .. * ] of fst$cycle_number;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc clt$work_area
*copyc fst$cycle_number
*copyc fst$file_reference
*copyc ost$status
?? POP ??
