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
how do you execute a background cics txn ?
Explain cedf transaction commands?
How do you use altindxs in batch, cics programs?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Define cedf?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
Explain the uses that are associated to tsq and tdq ?
What is the procedure to read a statement from tsq?
Can you define temporary storage?
What is bms map?
What is task control?
Explain how do you handle errors in cics programs?
Explain how would you resolve an asra abend?
Give the definition of COMMAREA ?
Explain how pa key is different from pf key?