{
{ CML$SYSTEM_CONTINUATION
{
{
{ PURPOSE:
{    This statistic records a message denoting that a system
{ continuation command has been processed.
{
{ FREQUENCY: Each time a system RESUME, or UNSTEP
{            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 RESUME -       NOS/VE operation has resumed
{                            following a system IDLE. The
{                            Operating System is assumed to
{                            be intact in central memory and
{                            all jobs are resumed from their
{                            disk images.
{
{      SYSTEM UNSTEP -       NOS/VE operation is continued
{                            without deadstart following
{                            a system STEP. This assumes
{                            that the contents of memory
{                            remains intact. (i.e. No main-
{                            tenance action was performed
{                            that could affect the contents
{                            of memory.)
{
{      The counter-value portion of this statistic is unused.
{
  CONST
    cml$system_continuation = cmc$min_ecc + 51;

*copyc cmc$condition_limits

