VGJ0709E: A statement (%1) used a prepared statement that has not been prepared.
Explanation
The prepared statement named in the error message does not exist. Prepared statements are created by calling the EGL prepare statement.
User Response
Correct the program logic by adding a prepare before the prepared statement is used.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.