Aviso importante


  C. A. Dornelles

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


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

   
 
  • Causa
    • THE PROCEDURE procedure-name HAS ENCOUNTERED AN INTERNAL PARAMETER PROCESSING ERROR IN PARAMETER number1.
      THE VALUE FOR PARAMETER number2 CONTAINS FURTHER INFORMATION ABOUT THE ERROR.

      The format or content of the parameter in ordinal position number1 in the call to the procedure procedure-name is invalid.
      The output parameter specified in ordinal position number2 contains information on how to respond to the error.
  • Resposta ao Desenvolvedor
    • Use the information in the output parameter specified in ordinal position number2 to correct the format or content of the parameter value and call the procedure again.

      SQLSTATE: 01H54