Aviso importante


  C. A. Dornelles

SQL - SQLCODE's - Códigos positivos - +494



Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

SQLCode +494

   
 
  • Causa
    • NUMBER OF RESULT SETS IS GREATER THAN NUMBER OF LOCATORS

      The number of result set locators specified on the ASSOCIATE LOCATORS statement is less than the number of result sets returned by the stored procedure.
      The first "n" result set locator values are returned, where "n" is the number of result set locator variables specified on the SQL statement.
  • Ação do sistema
    • The SQL statement is successful. The SQLWARN3 field is set to 'Z'.
  • Resposta ao Desenvolvedor
    • Increase the number of result set locator variables specified on the SQL statement.

      SQLSTATE: 01614