View previous topic :: View next topic |
Author |
Message |
SureshKumar Intermediate
Joined: 23 Jan 2003 Posts: 211 Topics: 21
|
Posted: Thu Mar 23, 2006 11:45 am Post subject: Shared data Tables - UMT |
|
|
Hi,
I have a doubt on how to handle a CICS Shared Data Table(UMT) in the program. We have an existing process which reads off the data table and if data not found, builds a dynamic result and writes to the File. According to the manual only CMT's maintain both the data table and the base VSAM in sync and UMT's need to handle it thru program. Since, the pgm we have writes to the file(actually adding to the data table) how does the VSAM file gets updated? Is it possible that write to the vsam is an configuration setting on CICS? I am not able to identify the right resources at the shop to answer my doubts. Thanks |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
SureshKumar Intermediate
Joined: 23 Jan 2003 Posts: 211 Topics: 21
|
Posted: Thu Mar 23, 2006 12:53 pm Post subject: |
|
|
Kolusu,
Thanks for the link, I had referenced this manual earlier but was unable to gleen much from it, just "WRITE commands without the RBA or MASSINSERT options. The record is added to the data table (if not suppressed by the XDTAD user exit)". It did not get into what happens to the base VSAM. I would like to know if we have any suggestions/experience from our fellow board members. Thanks |
|
Back to top |
|
|
|
|