View previous topic :: View next topic
|
Author |
Message |
Benchwarmer
New User
Joined: 16 Jul 2016 Posts: 22 Location: desk
|
|
|
|
Our shop is exploring options to share DB2 data between COBOL and JAVA. Couple of ways I can think of is
1. COBOL Stored procedure
2. Build JAVA class and call from COBOL
Are there any other ways? Any books I can refer to ? Any industry wide standards ? |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Google is your friend. Googling share db2 data between cobol and java returns about 1,600,000 results and several on the first page of results provide methods that you haven't touched upon. |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
Use CICS-MQ
Use CICS Web Services
Query DB2 Directly using DB2 JDBC Drivers from Java.
and could be many more as suggested above. |
|
Back to top |
|
|
Benchwarmer
New User
Joined: 16 Jul 2016 Posts: 22 Location: desk
|
|
|
|
Thank you both for providing your valuable inputs. |
|
Back to top |
|
|
|