
  PROCEDURE [XREF] qfp$change_qfile_attributes
    (    system_label: jmt$qfile_system_label;
         earliest_clock_time_to_process: jmt$clock_time;
         latest_clock_time_to_process: jmt$clock_time;
         purge_delay_clock_time: jmt$clock_time;
         current_clock_time: jmt$clock_time;
         rerun_disposition: jmt$rerun_disposition;
     VAR delete_queue_file: boolean;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc jme$name_not_found
*copyc jmt$clock_time
*copyc jmt$output_system_label
*copyc jmt$rerun_disposition
*copyc ost$status
?? POP ??
