Anyone using Micro Focus Cobol 5.1 with Oracle 12c having any issues with the executing program returning ORA-01438 (value larger than specified precision allowed for this number column)?
Cobol column definition is PIC S9(7)V9(2)
and Oracle table column definition NUMBER(9,2)
. Server is SPARC Solaris 64 bit. Most if not all pre-compiler/compiler parameters are set to the default for 64 bit. Cobol programs worked fine in the Oracle 11g environment. We did increase the size of the Oracle table columns and the job ran fine but resulting data was not correct. Thanks.