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 |
How would you resolve an ASRA abend?
Define cics interface block?
Define the term transaction routing?
Explain floating maps with illustration.
What does the 'cebr:cics' transactions do?
How many ways are there for initiating a transaction?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Explain how to handle exceptional conditions in CICS.
What do you do if you do not want characters entered by the user to be folded to uppercase ?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is non-conventional programs?