EGL Java run-time 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 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 handleOverflow and overflowIndicator.