COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING
INSTEAD OF COMMIT WE USE SYNC POINT THEN
WT WE USE FOR ROLL BACK?
Answers were Sorted based on User's Feedback
Answer / girish kumar
when we r using sync point,the changes what u made that will
automatically commited if any abend occurs cursor move to
the last commiting point with out rollback.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
What is an ASRA?
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
Explain the maps in cics?
Explain the thress bms options?
Explain the usage of language in the ppt entry?
What is the syncpoint and its use?
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
Define cedf?
What is the CICS LOAD command?
What is eib?
What is the use of the DELIGHT in Mainframes and whats is use of scope?
How is addressability achieved to the data outside programs working-storage.?