IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

CICS - DB2 - SYNCPOINT ROLLBACK


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Hema_Manyam

New User


Joined: 07 Dec 2005
Posts: 1

PostPosted: Mon Dec 19, 2005 3:27 pm
Reply with quote

Hi , I have CICS - DB2 query.

1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms.

2) Say PGMC has done its work successfully and returned to PGMB

3) PGMB had an SQL error while doing some update

4) PGMA has already done some updates before calling PGMB

Note: There is no explicit syncpoint in these programs, all are running under the same CICS region.

What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).

Please clarify..

Thanks in Advance
Hema
Back to top
View user's profile Send private message
srini_igsi
Currently Banned

New User


Joined: 09 Dec 2005
Posts: 30
Location: Pune

PostPosted: Thu Dec 22, 2005 1:42 pm
Reply with quote

Hi
I dont think u r explicitly needed to issue ROLLBACK, as u r saying that there is no explicit COMMIT in any of the three pgms, so if any thing goes wrong the DB2 itself will ROLLBACK all changes that have been done so far.

correct me if am wrong.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top