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

CICS Restart after an Abend


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

New User


Joined: 09 May 2005
Posts: 37
Location: bangalore

PostPosted: Fri Jan 18, 2008 7:57 pm
Reply with quote

Hi all,

In CICS if there is an ABEND a DTB will be performed till the last syncpoint and specifying RESTART =YES in PCT for the transaction will cause this to restart from the begining. If this transaction is having some updates in a VSAM file then the updates might get repeated because the transaction is getting restarted from the begining. How can we handle this in our CICS application programs.

This is something similar to Checkpoint-restart logic in DB2.

Any help will be highly appreciated.

Regards,
MKP
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Fri Jan 18, 2008 9:09 pm
Reply with quote

Just keep track in TS of what updates you do not want to repeat.
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 ISAM and abend S03B JCL & VSAM 10
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
Search our Forums:

Back to Top