procedure <str> is not callable by this version of SQL Explanation: The stored procedure named in the error message is not in the proper format or was written by a version of SQL that does not recognize stored procedures. User Action: Redefine the procedure using SQL or use a more current version of SQL to compile the CALL statement.