logo  
Google
 

DB2 SQL-Error: -518

SQLState: 07003

Short Description: THE EXECUTE STATEMENT DOES NOT IDENTIFY A VALID PREPARED STATEMENT

One of the following conditions exists: v The statement named in the EXECUTE statement has not been prepared. v The statement named in the EXECUTE statement identifies a SELECT, VALUE INTO, or statement. v The statement named in the EXECUTE IMMEDIATE statement identifies a SELECT, VALUE INTO, or statement.System action: The statement cannot be executed. Programmer response: Ensure that you prepare the statement prior to EXECUTE. Also, ensure that the statement you prepare is not a SELECT or VALUES INTO statement.

 <-  BACK TO INDEX