what is the use of commit ? and what is the syntax?
Answer Posted / yuvaevergreen
Commit statement is an explicit way of mentioning that
>>any changes should be committed to the object.
>>any locks to be released from the particular object
(except WITH HOLD cursor)
I hope syntax should be
EXEC SQL
COMMIT
END-EXEC.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How do I connect my db2 database to ibm?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
Define sqlca.
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is runstats and reorg in db2?
How to resolve deadlock issue
Define predicate?
Define db2 and its databases?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
Explain correlated sub-queries.
What is bind and rebind in db2?
How do I delete a table in db2?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What is the difference between spufi and qmf?
What is the physical storage length of date data type?