Explain the contents that are a part of dclgen.
No Answer is Posted For this Question
Be the First to Post Answer
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
What is check constraint. Explain with example.
Explain what are the various isolation levels possible?
What is a DB2 bind?
What is a page in db2?
How can you display the current date & current time ?
How are write I/Os from the buffer pool executed?
Explain the contention situations caused by locks?
Differentiate between cs and rr isolation levels? Where do you specify them?
What is a db2 package?
What are types of indexes?