Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oracle and Microfocus Cobol
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
![]() |
![]() |