Re: migrate from cobol to postgresl

2011-07-01 Thread Stephen Powell
On Thu, 30 Jun 2011 07:47:39 -0400 (EDT), abdelkader belahcene wrote:
 
 Is there a software or procedure to migrate DB from COBOL to SQL ( or
 postgresql)
 thanks a lot
 bela

I don't understand your question.  COBOL is a traditional third-
generation general-purpose programming language.  SQL is a database
access language.  If you wanted to translate COBOL to C, that would
make sense.  But translating COBOL to SQL?  That doesn't make sense.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/596418476.482204.1309573222720.javamail.r...@md01.wow.synacor.com



Re: migrate from cobol to postgresl

2011-07-01 Thread Leandro DUTRA
2011/6/30 abdelkader belahcene abelahc...@gmail.com:
 Is there a software or procedure to migrate DB from COBOL to SQL ( or
 postgresql)

Get the Cobol copies (data definition), understand them, create
PostgreSQL relations (tables).

Read Cobol code, translate into SQL/PSM or your language of choice.

It is really intellectual work, no tool will help you.


-- 
Skype:leandro.gfc.dutra?chat      Yahoo!: ymsgr:sendIM?lgcdutra
+55 (61) 3546 7191        Google Talk: xmpp:leand...@jabber.org
+55 (11) 9406 7191            ICQ: AIM:GoIM?screenname=61287803
sip:leand...@iptel.org  MSNIM:chat?contact=lean...@dutra.fastmail.fm


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/banlktimxb+cbto6n2wfvxe2kzg1jswb...@mail.gmail.com



migrate from cobol to postgresl

2011-06-30 Thread abdelkader belahcene
HI,
Is there a software or procedure to migrate DB from COBOL to SQL ( or
postgresql)
thanks a lot
bela