Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6060 - Incompatible operand

6060   Incompatible operand

Cause

This error occurs if the input contains a pair of operands that are not compatible for the operation that is being performed; for example, it is invalid to add a Real value to a Date or to compare a Binary and an Integer by using the < operator.

For a complete list of primitive type compatibility rules in JADE, see Chapter 1 of the JADE Developer’s Reference.

Action

Delete the invalid expression, or modify the operator or the operands to make the expression valid.

In some cases, it may be possible to type cast one or other of the operands in order to produce a valid expression.