Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6152 - Scale factor cannot exceed precision

6152   Scale factor cannot exceed precision

Cause

This error occurs if the scale factor of a Decimal variable exceeds the precision.

In the definition of a Decimal variable, the precision is the first value within the brackets ([]) and the scale factor is the second.

Action

Reduce the scale factor to be less than or equal to the precision.