How to find the greatest of two numbers without using the comparison operators?



Hi,

I want to find the greatest of two given numbers say 'A' and 'B.
The condition is that I should use the IF clause but not comparison
operators like '<', '>','=' etc.
Is there any other operator in COBOL by which we can compare two
numbers.

Thanks!
Aparajita

.