  PROCEDURE [XREF] osp$output_status_message (file_id: amt$file_identifier;
        message_level: ost$format_message_level;
        message_header_kind: ost$status_message_header_kind;
        message_status: ost$status;
    VAR status: ost$status);
?? PUSH (LISTEXT := ON) ??
*copyc amt$file_identifier
*copyc ost$status
*copyc ost$status_message_header_kind
*copyc ost$status_message_level
?? POP ??
