
  PROCEDURE [XREF] clp$display_command_parameters
    (    local_file_name: amt$local_file_name;
         command_name: ost$name;
         pdt: clt$parameter_descriptor_table;
         default_file_contents: amt$file_contents;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_contents
*copyc amt$local_file_name
*copyc clt$parameter_descriptor_table
*copyc fsc$file_contents
*copyc ost$name
*copyc ost$status
?? POP ??
