
{  PURPOSE:    procedure mtp$step_unstep_system
{     Writes a line of text to the Top Line of the console.  If the idle code specified indicates an error
{     (i.e. not an operator command or a recovery), then 'ERR=' must be first 4 characters or it will be
{     prefixed.  Then the system is Terminated, Aborted, Stepped, or Idled per the idle code specified.
{     All messages sent to the Top Line must have a VEOSxxxx code in the text.  Guidelines for using
{     VEOSxxxx codes and a list of all VEOSxxxx codes are documented in the comments found in the proc
{     dpp$display_error which is in the deck dpm$system_console_monitor.

  PROCEDURE [XREF] mtp$step_unstep_system
        (term_code: syt$180_idle_code; text: string(*<=76) );

?? PUSH (LISTEXT := ON)??
*copyc syt$180_idle_code
?? POP ??
