Skip to main content

Getting truncation of Oracle NUMBER(27,9) column using ODBC

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Getting truncation of Oracle NUMBER(27,9) column using ODBC

Resolution:

The host variable definition you need for the Oracle NUMBER(27,9) in COBOL needs to be PIC S9(18)v9(9) comp-3.

The directive INTLEVEL(4) is required to compile program.

Old KB# 7019