COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING
INSTEAD OF COMMIT WE USE SYNC POINT THEN
WT WE USE FOR ROLL BACK?

Answer Posted / kp

An online application can fail in many ways.
If you have an ABEND, it should rollback automatically.
If you terminate the transaction and there is no abend, you
should do the rollback before leaving:
Code:
EXEC CICS ROLLBACK SYNCPOINT END-EXEC

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the cics tables?

644


Receive consists of buffer option in it. What is the significance of this option?

561


Differentiate between PCT and FCT.

632


What is commarea (communications area)?

531


Define exec cics retrieve?

675






Name a few CICS programs which are generally used ?

628


Name the command used for terminating a browse operation?

560


Can ESDS files be accessed from CICS?

622


Explain the difference between a symbolic map and physical map?

559


Explain how do you access the records randomly in tsq?

582


Can you explain dfheiblk?

617


What is the term bms in cics?

676


which transient data queue support ati?

685


Explain the difference between and exec cics xctl and an exec cics link command?

551


What are the recoverable cics resources?

586