Changes

Jump to navigation Jump to search
193 bytes added ,  09:20, 9 June 2014
no edit summary
Line 1: Line 1:  
<div style="font-size:25px">'''AND(l1,l2...)'''</div><br/>
 
<div style="font-size:25px">'''AND(l1,l2...)'''</div><br/>
   −
*<math>l1,l2...</math> are positive integers.
+
*<math>l1,l2...</math> are conditions to test.
    
==Description==
 
==Description==
Line 15: Line 15:  
*If both the logical values are 1(TRUE), then <math>AND</math> value also should be 1
 
*If both the logical values are 1(TRUE), then <math>AND</math> value also should be 1
 
*If either of the logical value is 0(FALSE), then the <math>AND</math> value is 0
 
*If either of the logical value is 0(FALSE), then the <math>AND</math> value is 0
 +
 +
==ZOS Secton==
 +
*The syntax is to calculate AND in ZOS is <math>AND(l1,l2..)</math>.
 +
**<math>l1,l2...</math> are conditions to test.
 +
*For e.g.,AND(0.5+0.75<0,10+2<16)
 +
*AND(0.5-0.75<0,10+2<16)
    
==Examples==
 
==Examples==
writer
6,694

edits

Navigation menu