
  PROCEDURE [XREF] clp$execute_command
    (    command: clt$command_line;
         command_file: fst$file_reference;
         enable_echoing: boolean;
         task_name: clt$task_name_reference;
     VAR task_id: pmt$task_id;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc cle$ecc_command_processing
*copyc clt$command_line
*copyc clt$task_name_reference
*copyc fst$file_reference
*copyc ost$status
*copyc pmt$task_id
?? POP ??
