VGJ0710E: A %1 statement used a result set that is closed or does not exist.
Explanation
The result set used by the statement cannot be used because it is not open or does not exist.
User Response
Correct the program logic to avoid using invalid result sets.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.