SQL - SQLCODE's - Códigos negativos -4700


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 -4700

   
 
  • Causa
    • ATTEMPT TO USE NEW FUNCTION BEFORE NEW FUNCTION MODE.

      Capabilities that this release of Db2® introduces cannot be used before new function mode has been enabled.
      An attempt was made to execute one of these functions.

      New capabilities introduced in Db2 11 cannot be used until new-function mode is enabled.
      This error code is issued on an attempt to use a new function before new-function mode is enabled.
  • Ação do sistema
    • The statement cannot be processed.
  • Resposta ao Desenvolvedor
    • Either delay running your program until new-function mode has been enabled, or restrict your program to capabilities that are supported before
      new-function mode is enabled.

      SQLSTATE: 56038
© Copyright IBM Corp.