Can you issue SQL COMMIT from a CICS program?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ezhil_18
Yes,We can also call this process(SYNCPOINT) as Two phase
commit.
Is This Answer Correct ? | 3 Yes | 0 No |
Can you explain dfheiblk?
What is the meaning of BMS length of field = 0?
How can you use dynamic calls in cics?
Can you access QSAM (seq ) files from CICS ?
plz give the syntax for receive map and receive text cmds in cics
How do you set the MDT option to ?ON? status, even if data is not entered?
Explain what is a cursor in cics sql processing?
How errors are handled in CICS programs?
Which of the following are recoverable CICS resources?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
What is eib?