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


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

   
 
  • Causa
    • PARAMETER NAMES MUST BE SPECIFIED FOR ROUTINE routine-name

      The routine does not have parameter names specified for all parameters.
      routine-name
      The name of the routine.
      When the SQL routine is defined with LANGUAGE SQL, a parameter name is required for each parameter that is defined.
      For native SQL procedures, LANGUAGE SQL is optional, but for external SQL procedures, LANGUAGE SQL is required.
  • Ação do sistema
    • The statement cannot be processed.
  • Resposta ao Desenvolvedor
    • Ensure that each defined parameter includes a parameter name.

      SQLSTATE: 42629

© Copyright IBM Corp.