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