{
{ CML$MAINFRAME_IDENTIFICATION
{
{
{ PURPOSE:
{    This statistic provides the identification of the mainframe
{ for which a system initialization has occurred.  This statistic
{ is emitted when the configuration is activated during each
{ system initialization.
{
{ FREQUENCY: At each system initialization.
{
{ CONTENT:
{    The  descriptive-data portion of this statistic contains:
{
{    '<mf>'
{
{      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.
{
{    The  counter-value portion of this statistic is unused.
{

  CONST
    cml$mainframe_identification = cmc$min_ecc + 1;

*copyc cmc$condition_limits

