  PROCEDURE [XREF] rmp$emit_operator_message
    (    message_name: clt$parameter_name;
         message_parameters: ^array [1 .. * ] of ^string
          ( * <= ofc$max_display_message);
         acknowledgement_allowed: boolean;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc clt$parameter_name
*copyc ofc$max_display_message
*copyc ost$status
?? POP ??
