{
{ CML$ENVIRONMENT_FAILURE_DATA
{
{
{ PURPOSE:
{    This statistic records the failure data captured by the system
{ following detection of changing environment or power warning
{ conditions.
{
{ FREQUENCY: Each time DFT enters data into the maintenance register
{            buffers following detection of a change in environment
{            or power warning conditions.
{
{ CONTENT:
{    The descriptive-data portion of this statistic contains:
{
{    '<mf>.<element>*<product id>*<serial number>*<symptom>'
{
{      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) and 'ssss' is the serial
{        number of that processor.
{
{      where <element> is the name CP0 or CP1, IOU0 or IOU1, or
{        CENTRAL_MEMORY.
{
{      where <product id> is the model number from the element's
{        identification register.
{
{      where <serial number> is the serial number from the
{        element's identification register.
{
{      where <symptom> is the symptom/action statement provided
{        by the system. The text of the possible symptom statements
{        is identical in content to the uppercase text described
{        under counter value 2 below.
{
{    The counter-value portion of this statistic contains:
{
{    1. Operating System (OS) action code as described in section
{       4.2 of the DFT/OS Interface Specification. (DCS # ARH6853)
{
{    2. This word contains a 12-bit DFT analysis code followed by
{       an 8-bit sequence number stored in bits 44-63 of the word.
{       The sequence number indicates the sequential order in which
{       a series of statistics occurred, and ranges from 0-255(10).
{       Dedicated Fault Tolerance (DFT) analysis code is described
{       in section 4.4 of the DFT/OS Interface Specification. The
{       failure data should be analyzed in the order in which the
{       following codes are presented. (It should also be noted
{       that if bit 12 of the 12-bit hexadecimal DFT analysis code
{       is set, the error has occurred more than one time but is
{       being reported only once.)
{
{       703 SHORT POWER WARNING
{       706 SHORT POWER WARNING CLEAR
{       702 LONG POWER WARNING
{       705 LONG POWER WARNING CLEAR
{       701 ENVIRONMENT WARNING
{       704 ENVIRONMENT WARNING CLEAR
{
{    3. Contents of maintenance register 10 (EID) for the element
{       with the warning condition present.
{
{    4. Counter-value words 4-63 are unused.
{
  CONST
    cml$environment_failure_data = cmc$min_ecc + 1003;

*copyc cmc$condition_limits
