EGL Java™ runtime error code VGJ0923E

VGJ0923E: Value too large to fit in %1.

Explanation

The number exceeds limits of smallint or int receiving variable.

User Response

To store numbers that are outside the range of smallint or int, redefine the variable to use int or decimal type.

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.