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


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

   
 
  • Causa
    • CHARACTER CONVERSION BETWEEN CCSID from-ccsid TO to-ccsid REQUESTED BY reason-code IS NOT SUPPORTED

      The operation required a conversion between two differend CCSIDs, but no conversion support was found.

      from-ccsid identifies the coded character set of the string to be converted.
      to-ccsid identifies the coded character set to which it must be translated.

      reason code describes the reason codes returned from DB2.
      Reason codes returned from DB2 begin with 'DSN' and identify the context in which the conversion was requested.
      Values other than those that start with 'DSN' are returned from other DB2 platforms and are described in the documentation for the platform.
  • Ação do sistema
    • The statement cannot be processed.
  • Resposta ao Desenvolvedor
    • If the conversion request is correct, refer to Appendix B of DB2 Installation Guide for information on how to add conversion support.

      SQLSTATE: 57017

© Copyright IBM Corp.