Aviso importante


  C. A. Dornelles

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


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 +20520

   
 
  • Causa
    • ATTEMPT TO USE A DEPRECATED FEATURE msg-token.
      REASON CODE reason-code

      The statement attempted to use a feature or format that is deprecated.
      msg-token
      Text that identifies the deprecated feature.
      reason-code
      A numeric value that identifies the deprecated feature.
      2
      A table is defined with a format that is no longer supported by EXPLAIN.
      Processing continues, and the EXPLAIN tables are populated as usual.
      The name of the table is returned in msg-token.
      Only one instance of this message is issued per package for EXPLAIN tables in supported formats during bind or rebind.
  • Ação do sistema
    • Processing continues.
  • Resposta ao Desenvolvedor
    • No immediate action is required.
      However, it is best to update the statement to prepare for when an error will be returned for the same condition.
      Change the statement for future releases.

      SQLSTATE: 01694