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 meant by program reentrance?
How do you terminate an already issued DELAY command?
Can you explain communication area?
Highlight the difference between a symbolic map and physical map?
For a CICS-DB2 program, how is the plan referenced?
What is the syncpoint and its use?
What is data only and map only in cics
Explain ceci transaction commands?
how do you fire a batch job from a cics txn ?
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
How are VSAM files Read in CICS pgms?
Explain the difference between a symbolic map and physical map?