Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6285 - Number too big

6285   Number too big

Cause

This error occurs when the input contains a numeric literal that exceeds the maximum allowed value. In JADE, the maximum value of a numeric literal is represented by a decimal number with a limit of 23 digits before the decimal point.

Action

Reduce the number of digits before the optional decimal point to 23 or fewer.