Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6150 - Value cannot be zero

6150   Value cannot be zero

Cause

This error occurs if you use a precision of 0 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.