Example 2

 Code 1          Code 2          Code 3          Value Returned                 
 *               TEST*           *               WARNING                        
 *               *               @GT 8           CRITICAL                       
 *               *               *               WARNING                        

When checking three values for a match the code definitions of this example, the three values match the first code definition, if the second value begins with the string TEST.

Three given values match the second code definition, if the second value does not begin with string TEST and the third value is a whole number greater than 8.

For example, the three values IEF451I, TESTJOB1 and 4 match the first code definition and WARNING is returned as value.

When checking with the three values IEF451I, IMS1CTL and 12, value CRITICAL is returned from the matching second code definition.

When checking with the values IEF451I, IMS1CTL and 4, value WARNING is returned from the matching last code definition.

More information about this panel is given in the online help.