Convert PIC S9(n)V9(m) COMP-3 to Oracle Data Type
ZaboNov 21 2012 — edited Nov 21 2012Hello,
I have a string that corresponds to a number generated by COBOL. This number is a cobol datatype PIC S9(n)V9(m) COMP-3.
How caN I convert this string to an Oracle number in PL/SQL ?
Thanks