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

6063   Non-alphabetic operand

Cause

This error occurs if your application code attempts to perform a string concatenation operation (&) on an operand that is not of type String or Character.

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 String or Character in order to produce a valid expression.