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 the CICS command that gives the length of TWA area?
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
Into what fields will the date and time values be moved after execution of the above command?
What is the use of the DELIGHT in Mainframes and whats is use of scope?
How to handle exceptional conditions in cics?
Explain how many conditions can you include in a single handle condition command?
Explain how do you delete item 3 in a five-item tsq?
What is CEBR?
Explain the logical message in cics?
What is MDT? What are FSET, FRSET ?
What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).