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

Home -> Community -> Usenet -> c.d.o.misc -> Oracle and Microfocus Cobol

Oracle and Microfocus Cobol

From: Johan den Boer <jj.den.boer_at_hccnet.nl>
Date: Thu, 06 Apr 2000 19:35:21 +0200
Message-ID: <38ECCAD9.8D6C73F9@hccnet.nl>


Hi,

Why can't you use normal picture clauses in microfocus cobol and embeded sql ( oracle ).

01 myfield pic 9(04) does not work

in the precompiler, you have to convert it to say

01 myfield pic s9(04) comp.

Is there a work around for this problem ?

regards

Johan den Boer

email : jj.den.boer_at_hccnet.nl Received on Thu Apr 06 2000 - 12:35:21 CDT

Original text of this message

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