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


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

   
 
  • Causa
    • DYNAMIC COMMIT NOT VALID AT AN APPLICATION SERVER WHERE UPDATES ARE NOT ALLOWED.

      An application executing using DRDA protocols has attempted to issue a dynamic COMMIT statement, or a stored procedure has attempted to issue a COMMIT_ON_RETURN, while connected to a location at which updates are not allowed.
      A dynamic COMMIT or COMMIT_ON_RETURN can be issuedonly while connected to a location at which updates are allowed.
  • Ação do sistema
    • The statement cannot be executed.
      No COMMIT is performed.
  • Resposta ao Desenvolvedor
    • The IMS or CICS protocols should be used to commit work in these environments.

      SQLSTATE: 2D528

© Copyright IBM Corp.