Page 1 of 1

SYNCPOINT ROLLBACK

PostPosted: Sat Oct 04, 2014 2:00 am
by piyush bhargava
Hi All,

I am using EXEC CICS SYNCPOINT END EXEC to set up a start up point and EXEC CICS SYNCPOINT ROLLBACK END EXEC to do the roll back in case of any error.
In between these two points I am writing and deleting records from a vsam file which is working accurately (as in case of error updates done gets backed out).However when I try READ UPDATE followed by REWRITE to another file though there is an error changes in the file gets retained.

So my question is can't we use syncpoint rollback for read update rewrite.Can any one please help me on this?It would be of great help.

Also,I tried write and delete for this second file,that thing also didnt work.

Thanks,
Piyush

Re: SYNCPOINT ROLLBACK

PostPosted: Mon Nov 24, 2014 9:24 pm
by Kcobol
What is the RDO RECOVERY for this file? If its NONE, try setting it to BACKOUT.