VGJ1005E: %1 failed. The returned value does not match the type of the return item.
Explanation
The value returned by the Java access function cannot be assigned to the return item because of a type mismatch.
User Response
Change the program logic to use a return item of an appropriate type.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.