{
{ CML$SYSTEM_TERMINATION
{
{
{ PURPOSE:
{    This statistic records a message denoting that a system
{ termination command has been processed.
{
{ FREQUENCY: Each time a system IDLE, STEP, or TERMINATE
{            command is initiated.
{
{ CONTENT:
{    The descriptive-data portion of this statistic contains:
{
{    '<mf>*<message>'
{
{      where <mf> is the identification of the mainframe in the form
{        $SYSTEM_mmmm_ssss.  Where 'mmmm' is the model number of
{        Central Processor zero (CP0), e.g. 0990, and 'ssss' is the
{        serial number of that processor, e.g. 0104.
{
{      where <message> is the action statement provided by the
{        system. Following is the text of the possible message
{        statements.
{
{      SYSTEM IDLE -         NOS/VE has been idled such that all its
{                            jobs in the system will be recoverable
{                            from mass storage. (All information
{                            necessary to support a system restart
{                            has been recorded on mass storage
{                            from the contents of central memory.)
{                            If the system has been running in dual
{                            state mode, the 170 state operating system
{                            will continue to run. NOS/VE operation can
{                            be resumed via a RESUME command.
{
{
{      SYSTEM STEP -         NOS/VE has been stopped such
{                            that it may be restarted from
{                            the contents of memory via an
{                            UNSTEP command, without the need
{                            for a deadstart. If the the system
{                            has been running in dual state mode,
{                            the 170 state operating system will
{                            continue to run.
{
{
{      SYSTEM TERMINATE  -   NOS/VE has been terminated and all of its
{                            jobs in the system will be recoverable
{                            from mass storage. If the system has
{                            been running in dual state mode, NOS/VE
{                            operation is terminated but the 170 state
{                            operating system continues to run. (No
{                            restart of NOS/VE via a RESUME command
{                            will be possible)
{
{
{      The counter-value portion of this statistic is unused.
{
  CONST
    cml$system_termination = cmc$min_ecc + 50;

*copyc cmc$condition_limits

