EGL Java™ runtime error code VGJ0106E

VGJ0106E: User overflow during assignment of %1 to %2.

Explanation

The target of an assignment is not large enough to hold the result without truncating significant digits. The value of system variable VGVar.handleOverflow is 1, which causes the program to end.

User Response

Do as follows:
  • Increase the number of significant digits in the target; or
  • Define the program logic to handle the overflow condition; use the system variables VGVar.handleOverflow and overflowIndicator.
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.