Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Binary(cobol comp-3) data from Oracle

Binary(cobol comp-3) data from Oracle

From: Michael Rothwell <marothwell_at_yahoo.com>
Date: 2000/05/18
Message-ID: <39247CE4.41C9B504@yahoo.com>#1/1

I am in the middle of converting some old cobol code to PL/SQL packages. This is information that is being sent to an old legacy system, so I need to duplicate the output of the old code. So far, so good. The only problem I have is writing a file that contains one field that is binary( COBOL comp-3 ). I can read the comp-3 field using RAWTOHEX, but when I use HEXTORAW it just returns the value I pass it.

What do I need to do to get the data output in binary??

Thanks for any input.

Michael Received on Thu May 18 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US