How do you rollback data written to an ESDS file?
Answer / bobby
Issue the statement EXEC CICS SYNCPOINT ROLLBACK END-EXEC if the transaction is not ended or a SYNCPOINT (COMMIT) is not given already.
File also will need to be defined so that rollback is supported, otherwise SYNCPOINT ROLLBACK will not work.
| Is This Answer Correct ? | 4 Yes | 0 No |
What CICS facilities can you use to save data between the transactions?
For protecting a transaction using the transaction security function, the two things that must be done are?
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
How are screens created in cics
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
What is the access method used by DB2?
What are the CICS commands associated with temporary storage queue processing?
What are fset, frset?
What is cics load command?
What other file control processing commands are used for file updating?
Explain the function of the cics translator?
Translation Time is not reduced if the Pre-compilation is done first(True or False).