EGL Java™ runtime error code VGJ0320E

VGJ0320E: An edit routine with table %1 failed while comparing the table column %2 and the field %3.

Explanation

The table column and the field have types that are not valid for comparison.

User Response

Do one of the following:
  • Ensure that the types of the column and the field are valid for comparison by doing the following:
    1. Correct either the type of the column or the type of the field so that the comparison will be valid.
    2. Regenerate the program.
    3. Run the program.
  • Modify your program to use a different table for the edit routine such that the comparison of the column and the field will be valid.

Refer to the trace output for more information.

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