We are currently converting an old COBOL based application to ASP.NET. My task is to re-write a COBOL unload program using PL/SQL.
The program extracts text as well as numeric fields from the database and writes several fixed length files. Everything seems to be working well except to convert the database numeric values for example NUMBER(18,2) to what was previously described in the COBOL programs as S9(9)V99 (implied decimal/right overpunched). Any ideas? the resulting output value must also have leading zeros.
Thank you inadvance...
The program extracts text as well as numeric fields from the database and writes several fixed length files. Everything seems to be working well except to convert the database numeric values for example NUMBER(18,2) to what was previously described in the COBOL programs as S9(9)V99 (implied decimal/right overpunched). Any ideas? the resulting output value must also have leading zeros.
Thank you inadvance...