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 does the following transactions do?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
What is the eib parameter?
What is the name of the facility provided by CICS to free the application program form the problems caused
list the sequence of steps used to achieve modiication in skip sequential mode?
How To Retrive The VSAM Datasets in CICS application programs?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?
Explain the primary significance of intra-partition and extra-partition tdqs ?
What is the function of the LOAD command?
what is eib, how is can be used?
What is the use of a TDQ, TSQ?