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
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Explain how do you handle errors in cics programs?
What is an mdt (modified data tag)?
What is meant by an attribute byte?
What does the 'cemt:cics' transactions do?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
name the command that is used to dump the main storage areas related to a task?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
What is the abend command?
What is the meaning of the eibaid field?
Differentiate between PCT and FCT.
Explain ceci transaction commands?
what is the differences between getting the system time with eibtime and asktime command?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
How can you use dynamic calls in cics?