
{This deck defines values for the idle status of NOS/VE.

  TYPE
    syt$180_idle_code = (syc$ic_null,
        syc$ic_system_terminated,

{  System is ABORTED for the next two codes}

        syc$ic_fatal_hardware_error,
        syc$ic_fatal_software_error,

{  System is IDLED for the next three codes}

        syc$ic_long_power,
        syc$ic_hardware_idle,
        syc$ic_idle_command,

{  System is STEPPED for all following codes}

        syc$ic_step_command,
        syc$ic_short_power,
        syc$ic_disk_error,
        syc$ic_software_breakpoint);

