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 are the 3 working storage fields used for every field on the map?
Can you define multiple maps in a BMS mapset?
Can you explain enq and deq used in cics?
What is trigger level in the context of TDQs?
How to define a vsam file in cics getting into cics to define a vsam file.
How do you terminate an already issued DELAY command?
Explain the logical message in cics?
What?s the CICS command used to access current date and time?
how do u see the output of cics program?
Explain processing program table(ppt)?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
What is a deadlock?