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


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

   
 
  • Causa
    • THE LANGUAGE INTERFACE (LI) WAS CALLED WHEN THE CONNECTING ENVIRONMENT WAS NOT ESTABLISHED.
      THE PROGRAM SHOULD BE INVOKED UNDER THE DSN COMMAND.

      In the TSO environment, the user has attempted to execute an application program without first establishing the correct execution environment by issuing the DSN command.
      In the IMS, CICS, or call attachment facility (CAF) environment, the user has attempted to execute an application program that is not using the correct language interface module.
  • Ação do sistema
    • The statement cannot be executed.
  • Resposta ao Desenvolvedor
    • In the TSO environment, DB2 application programs should be invoked under the RUN subcommand of the DSN command processor.
      In the IMS, CICS or CAF environment check that the application was link-edited with or is dynamically allocating the correct language interface module.

      The language interface modules required in each environment are as follows:
      • IMS: DFSLI000
      • CICS: DSNCLI
      • CAF: DSNALI
      • TSO: DSNELI

      The DYNAM option can result in the incorrect language interface module being loaded at runtime.

      SQLSTATE: 51006
© Copyright IBM Corp.