Previous Topic Next topic Print topic


Operators - in COBOL and

Operators in Managed COBOL

*> Comparison
= < > <= >= <>
 
*> Arithmetic
+ - * /
function mod
*>no direct COBOL equivalent to integer division
**
 
*> Assignment
move, set, compute
 
*> Bitwise
b-and, b-or, b-xor, b-not, b-left, b-right
 
*> Logical
and, or, not 
Previous Topic Next topic Print topic