Information message example

The following example shows an information message text as it would appear in the message buffer:

CHECK(IBMCNZ,CNZ_CONSOLE_MASTERAUTH_CMDSYS)                            
START TIME: 06/01/2005 09:43:42.219863                                 
CHECK DATE: 20040816  CHECK SEVERITY: LOW                              
                                                                       
CNZHS0002I At least one active console has MASTER authority and command
association to system JA0.                                             
                                                                       
END TIME: 06/01/2005 09:43:42.225214  STATUS: SUCCESSFUL               
The following example shows how the example message looks coded in the tag format. Note that the same message explanation tags are required in an information message as are in an exception message, although they do not show up in the message buffer and they do not appear in this example. This example also shows the use of a symbol, &hzssysname;, for the system name - see Using pre-defined system symbols for more information.
<msglist xreftext="csectname" rules="1">
<msg class=information>                                                         
<msgnum xreftext=201>CNZHS0002I</msgnum>                                        
<msgtext>                                                                       
At least one active console has MASTER authority and command                    
association to system &hzssysname;.                         
</msgtext>                                                                      
<msgitem class="explanation"><p>                                                
n/a</p>                                                                         
</msgitem>                                                                      
<msgitem class="sysact"><p>                                                     
n/a</p>                                                                         
</msgitem>                                                                      
<msgitem class="oresp"><p>                                                      
n/a</p>                                                                         
</msgitem>                                                                      
<msgitem class="spresp"><p>                                                     
n/a</p>                                                                         
</msgitem>                                                                      
<msgitem class="probd"><p>                                                      
n/a</p>                                                                         
</msgitem>                                                                      
<msgitem class="source"><p>                                                     
n/a</p>                                                                         
</msgitem>                                                                      
<msgitem class="refdoc"><p>                                                     
n/a</p>                                                                         
</msgitem>                                                                      
<msgitem class="automation"><p>                                                 
n/a</p>                                                                         
</msgitem>                                                                      
<msgitem class="module"><p>                                                     
n/a</p>                                                                         
</msgitem>                                                                      
<msgitem class="rcode"><p>                                                      
n/a</p>                                                                         
</msgitem>                                                                      
<msgitem class="dcode"><p>                                                      
n/a</p>                                                                         
</msgitem>                                                                      
</msg>  
     . 
     .
     .
</msglist>