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


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

   
 
  • Causa
    • A SECTION WAS BOUND SUCCESSFULLY, BUT AN ERROR OCCURRED WHEN A STATEMENT IN A RELATED EXTENDED SECTION WAS BOUND. INFORMATION RETURNED:
      SECTION NUMBER section-number, SQLCODE sqlcode, SQLSTATE sqlstate, AND MESSAGE TOKENS token-list

      The bind of a section was successful, but an error occurred in one of the statements in the related extended section.

      section-number
      The section number that is associated with the failing triggered SQL statement.
      sqlcode
      The SQLCODE that was generated when the failing statement was bound.
      sqlstate
      The corresponding SQLSTATE for the SQLCODE that was generated when the failing statement was bound
      token-list
      The list of tokens from the original SQL error. This list might be truncated.
  • Ação do sistema
    • Db2® bound a section successfully and created a package for that section.
      However, Db2 could not bind the related extended section. A package was not created for the extended section.
  • Resposta ao Desenvolvedor
    • Use the section number in the SYSIBM.SYSPACKSTMT table to determine the failing SQL statement.
      Refer to the explanation of the reported SQLCODE.
      Follow the suggested action for that message.

      SQLSTATE: 01578