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

BMP Program Checkpoint Restart and DB2


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sandiptcs

New User


Joined: 29 Nov 2006
Posts: 19
Location: amsterdam

PostPosted: Thu Dec 07, 2006 5:30 pm
Reply with quote

Hi

My BMP program has DB2 UPDATE SQLs. The program has checkpoint and restart calls.
If the program abends does it mean that DB2 updates will not be rolled back i.e they will be commited till the checkpoint.
Back to top
View user's profile Send private message
Nighthawk750

New User


Joined: 04 Nov 2006
Posts: 20
Location: Amsterdam

PostPosted: Thu Dec 07, 2006 10:18 pm
Reply with quote

After an abend, when the program is restarted, it will begin from the situation of the latest CHKP-call.
Everything before the CHKP-call is save.
Back to top
View user's profile Send private message
Nighthawk750

New User


Joined: 04 Nov 2006
Posts: 20
Location: Amsterdam

PostPosted: Thu Dec 07, 2006 10:19 pm
Reply with quote

Nighthawk750 wrote:
After an abend, when the program is restarted, it will begin from the situation of the latest CHKP-call.
Everything before the CHKP-call is save.


I forgot to mention: a CHKP-call forces a commit.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top