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
For protecting a transaction using the transaction security function, the two things that must be done are?
Define cebr?
How to define a vsam file in cics getting into cics to define a vsam file.
Explain the difference between a package and a plan.
Explain how do you handle errors in cics programs?
Kindly specify the pic clause for the hhmmss type of data fields?
Can you define commarea?
What does a cics translator do?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
Sync points cannot be requested by the application programs? State true or false
Explain how to build up lu 6.2 communication?
Explain the function of the load command?
Explain the difference between link xctl?
If we say that bms length of field = 0, then what does that mean?