Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6061 - Non-numeric operand

6061   Non-numeric operand

Cause

This error occurs if your application code attempts to perform a numeric operation (+, -, *, /, ^, mod, or div) on an operand that is not a number (Integer, Real, or Decimal primitive type).

Action

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

In some cases, it may be possible to type cast the invalid operand to a numeric primitive type in order to produce a valid expression.