logo  
Google
 

DB2 SQL-Error: -480

SQLState: 51030

Short Description: THE PROCEDURE HAS NOT YET BEEN CALLED

The procedure identified in a DESCRIBE PROCEDURE or an ASSOCIATE LOCATORS statement has not yet been called within the application process or the procedure has been called, but an explicit or implicit commit occurred before the statement. System action: The statement cannot be executed. Programmer response: Correct the statements so that the exact syntax used to specify the procedure name on the CALL statement be the same as that on the ASSOCIATE LOCATOR and/or DESCRIBE PROCEDURE. If an unqualified name is used to CALL the procedure, the 1-part name must also be used on the other statements. If the CALL statement is made with a 3-part name, and the current server is the same as the location in the 3-part name, the ASSOCIATE LOCATOR or DESCRIBE procedure can omit the location. Rerun the statements.

 <-  BACK TO INDEX