  PROCEDURE [XREF] jmp$process_job_history
    (    current_control_user: ost$user_identification;
         current_login_user: ost$user_identification;
         requested_sort_order: jmt$job_history_sorted_order;
         trace_job_children: boolean;
         trace_job_output: boolean;
         trace_all_jobs: boolean;
         trace_all_output: boolean;
         display_output_history_command: boolean;
         job_names_requested: ^array [1 .. * ] of ost$name;
         family_names_requested: ^pmt$family_name_list;
         output_files_requested: ^array [1 .. * ] of jmt$name;
         start_log_search: jmt$beginning_log_position;
         output_file: ^fst$file_reference;
         input_file: ^fst$file_reference;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fst$file_reference
*copyc jmt$job_history_sorted_order
*copyc jmt$name
*copyc jmt$beginning_log_position
*copyc ost$name
*copyc ost$status
*copyc ost$user_identification
*copyc pmt$family_name_list
?? POP ??
