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
Add a field to screen when what's the flow of impact?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
How to handle exceptional conditions in cics?
Kindly specify the pic clause for the any bll cell type of data fields?
Explain cebr transaction commands?
Explain what is a cursor in cics sql processing?
Explain what is the massinsert option?
Define the term transaction routing?
What is the abend command?
Explain cedf transaction commands?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Specify cics transaction initiation process?
What is CICS ?
cics command level is?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?