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
What are the some important fields in the eib block?
Explain the significance of rdo?
What is the cics command level?
Explain how do you control cursor positioning?
Explain the difference between getting the system time with eibtime and asktime command?
Give certain situations where NEWCOPY is obligatory?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What is eib?
How errors are handled in CICS programs?
What are the uses of ppt in cics?
Define exec cics retrieve?
Can you define mapset?
Define an aey9 abend?
Explain the maps in cics?
Explain what is a cursor in cics sql processing?