View previous topic :: View next topic |
Author |
Message |
jineshthoppil Beginner
Joined: 30 Dec 2002 Posts: 2 Topics: 2
|
Posted: Tue Mar 22, 2005 12:54 am Post subject: Update db2 udb tables on Windows from mainframe cobol code |
|
|
I am in a situation wherein I need to update certain UDB tables on Windows from a mainframe COBOL program. How can this be done programmatically?
There are lot many methods through which mainframe DB2 tables and DB2 UDB tables on windows can be brought in sync. But my requirement is directly updating/inserting/deleting records into/from DB2 UDB tables on Windows from mainframe cobol application. I can always write into flat files and later on use FTP or any other method to populate data into UDB tables. But is there any possibility to do a real time hit on DB2 UDB tables on Windows from mainframe cobol application, considering the fact that the tables do not exist on OS/390. |
|
Back to top |
|
|
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Tue Mar 29, 2005 1:40 pm Post subject: |
|
|
Did you consider MQ Series as an option?
________
health store |
|
Back to top |
|
|
|
|