How do you rollback data written to an ESDS file?



How do you rollback data written to an ESDS file?..

Answer / bobby

Issue the statement EXEC CICS SYNCPOINT ROLLBACK END-EXEC if the transaction is not ended or a SYNCPOINT (COMMIT) is not given already.

File also will need to be defined so that rollback is supported, otherwise SYNCPOINT ROLLBACK will not work.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More CICS Interview Questions

How do you access the records randomly in TSQ ?

2 Answers   IBM,


Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.

2 Answers   IBM,


What is the function of the CICS translator?

1 Answers  


What is Quasi-reentrancy?

2 Answers   IBM,


What is quasi rentrancy concept in CICS?

1 Answers   HCL,






What CICS command would you use to read a VSAM KSDS sequentially in ascending order?

4 Answers   IBM,


How do you get data from a task that began with a START command?

2 Answers  


Explain the logical message in cics?

0 Answers  


Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.

4 Answers  


How do you rollback data written to an ESDS file?

1 Answers   IBM, Infosys,


Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?

1 Answers  


Explain difference between call and link?

0 Answers  


Categories