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


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

   
 
  • Causa
    • O objeto name não pode ser criado pois há um DROP pendente para ele.

      The application program has executed a DROP for the specified object, and then tried to re-create an object with the same name (and of the same type) before the DROP was completed.
  • Ação do sistema
    • The statement cannot be executed.
      The specified object was not created.
  • Resposta ao Desenvolvedor
    • The logic of the application program must be modified to issue a COMMIT (or the IMS or CICS equivalent) between the DROP and CREATE statements.

      SQLSTATE: 57006

© Copyright IBM Corp.