EGL Java™ runtime error code VGJ0001E

VGJ0001E: Maximum value overflow from %1.

Explanation

During an arithmetic calculation, either a value was divided by zero or an intermediate result exceeded 18 significant digits. The program ends unless system variable VGVar.handleOverflow is set to 2.

User Response

Perform one or more of the following actions:
  • Correct the logic of your program to avoid the error.
  • 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.