Can you issue SQL COMMIT from a CICS program?
Answer Posted / murugan
We can not issue COMMIT on CICS Program.
There is Master-Slave Relationship between CICS Tran and
DB2 Program I mean DB2 Plan.
If you want to commit, Use CICS CMD SYNCPOINT on CICS Side.
It will commit as weel as Tran ( CICS SIDE ), Commits on
DB2 Side and Saves on the VSAMS and any other files also.
If you are asking Is it possible to USE COMMIT on CICS,
Then Ur tran will get ABEND as for as I know...
Better Luck!!
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Mention the option used in a cics command to retrieve the response code after execution of the command?
When would you use abend command?
What is the procedure to solve an ASRA ABEND?
Can you define bms?
Can you define aica abend?
Specify the requirements for automatic task initiation?
List out all the tables that are a part of cics ?
Explain cedf transaction commands?
Can you explain communication area?
Explain the difference between link xctl?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
What does a cics translator do?
what is the most common way of building queue-id of a tsq?
Define communication area?
difference between tsq and tdq?