Aviso importante


  C. A. Dornelles

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


Volta a página anterior

Volta ao Menu Principal


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

SQLCode +20365

   
 
  • Causa
    • A SIGNALING NAN WAS ENCOUNTERED, OR AN EXCEPTION OCCURRED IN AN ARITHMETIC OPERATION OR FUNCTION INVOLVING A DECFLOAT.

      A signaling NaN (sNaN) was encountered in an expression, arithmetic operation, or function involving a DECFLOAT column, or value resulted in an exception. In either case, the result is NAN, and a warning is issued.
  • Ação do sistema
    • Execution of the statement continues.
      All non-error columns and expressions of the outer SELECT list are returned.
      If the statement is cursor controlled, then the cursor will remain open.
  • Resposta ao Desenvolvedor
    • Examine the expression for which the warning occurred to see you can determine the cause of the problem.
      The problem might be data-dependent, in which case you must examine the data that was being processed at the time the error occurred.

      SQLSTATE: 01565