Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6151 - Value cannot be greater than 23

6151   Value cannot be greater than 23

Cause

This error occurs if you use a precision greater than 23 for a Decimal variable. The precision of a Decimal variable must be in the range 1 through 23.

Action

Change the precision to a value in the range 1 through 23.