Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6065 - Not an integer

6065   Not an integer

Cause

This error occurs if your application code contains a non-integer expression where an integer is required.

Action

Change the expression so that it is of type Integer. In some cases, it may be possible to type cast the expression to convert it to an integer.