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 are the cics commands associated with task control?
What is the comaera (communication area)?
how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?
What is the difference between a package and a plan. How does one bind 2 versions of a CICS
What are attribute bytes and how and why are they modified?
What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?
Define TCT.
What is the primary function of the Processing Program Table (PPT)?
Explain the difference between pseudo-conversational and conversational?
What is DFHEIBLK?