{
{ CML$CHANNEL_IDENTIFICATION
{
{
{ PURPOSE:
{    This statistic provides the identification of a channel on the
{ mainframe being initialized.
{    Each channel identified by the IOU is reported regardless of
{ whether or not the channel is connected to a peripheral in
{ NOS/VE's active configuration.
{
{ FREQUENCY: At each system initialization, once for each channel.
{
{ CONTENT:
{    The  descriptive-data portion of this statistic contains:
{
{    '<mf>.<iou>.<channel>*<type>'
{
{      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 <iou> is the name IOU0, for IOU zero, IOU1, for IOU
{        one, etc.
{
{      where <channel> is either the string 'CHn' or the string
{        'CCHn'; n is the decimal representation of the channel
{        number.  Note that 'CCH' is the designation given to the
{        concurrent channels in an I4 IOU.
{
{      where <type> is the kind of channel which is present:
{
{        CYBER 170
{        ISI
{
{    The counter-value portion of this statistic contains:
{
{    1.  Channel Number
{        Bit 57 = 1 implies that the channel is an I4 concurrent
{        channel.
{
{    2.  Channel Type
{        1. CYBER 170
{        2. ISI
{

  CONST
    cml$channel_identification = cmc$min_ecc + 5;

*copyc cmc$condition_limits
