View previous topic :: View next topic |
Author |
Message |
karavi2000 Beginner
Joined: 17 Aug 2003 Posts: 51 Topics: 26 Location: Chennai
|
Posted: Thu Jul 16, 2009 10:57 am Post subject: CICS Commit and Syncpoint |
|
|
Ok.. I have this following scenario..
Our MQ message triggers a CICS transaction and it does the following.
1. Updates the message into a table
2. Reformats the message into 2 records
3. Updates one record at a time into the database
In Step 3, we would want to commit the database after the first record is written. DB2 Commit will not work since this is part of a CICS transaction. Is there a way, we can issue a commit to the database without issuing CICS SYNCPOINT? (Google search revealed about SRRCMIT but not sure if it is a right thing to do as don't have a trace of this program in our existing Production environment). Please let me know if you get a chance. Thanks much for your time. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
|
|