If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > updating the sql server database table from the cics transaction.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-24-06, 16:32
vatturi1 vatturi1 is offline
Registered User
 
Join Date: Jan 2006
Posts: 1
Question updating the sql server database table from the cics transaction.

Hi,
I would like to know the procedure of updating a sql server database table from CICS online transaction real time( when the user enters the data on CICS screen after filling all the fields on the screen when the user transmits the data should update the the db2 table on mainframe(standard practice) and also on the sql server database table).

Thanks.

VATTURI1
Reply With Quote
  #2 (permalink)  
Old 01-25-06, 09:13
przytula przytula is offline
Registered User
 
Join Date: Nov 2004
Posts: 374
sql server

I think federated should be involved or federated replication could be used
update mainframe and replicate to target database keeping the sql server nickname or
update on mainframe table, connect to target table, keeping the nickname and update. 2phase commit is not supported for nicknames
__________________
Best Regards, Guy Przytula
DB2/ORA/SQL Services
DB2 DBA & Advanced DBA Certified
DB2 Dprop Certified
http://users.skynet.be/przytula/dbss.html
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On