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 -> Re: How to connect with Micro Focus COBOL

Re: How to connect with Micro Focus COBOL

From: Matt Shahnavaz <mks_at_internetmci.com>
Date: 1997/04/08
Message-ID: <01bc43bd$3e0dc120$96a9bdcc@acj607hqt76374>#1/1

Shaochun Lin <lovedog_at_gwis2.circ.gwu.edu> wrote in article <5ib9l2$1ls$1_at_cronkite.seas.gwu.edu>...
> Does anyone outthere know how to connect Oracle with Micro Focus COBOL,
> I am urgently in converting some Mirco Focus COBOL files to Oracle TABLE.
> Any suggestion would be appreciated. Thnak,Shaochun,

First you need to install PRO*COBOL, Oracle's COBOL precompiler.

Then use embedded SQL to connect to the database:

EXEC SQL
   CONNECT :USERNAME IDENTIFIED BY :PASSWD END-EXEC. Good Luck with the conversion,

Matt     Received on Tue Apr 08 1997 - 00:00:00 CDT

Original text of this message

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