How to resolve the -305 error code in DB2? And also please let me know, how to resolve the db2 error codes.
TCS,
7 57558I 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).
10 47377Do we have any optinon to search part of integer in DB2 as we have for character Like,SUBSTR optins?
1 7442what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??
4 10571My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
2 4077
Explain in detail about buffer manager and its functionalities?
What is concurrency?
SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.
Define check constraint.
Explain the contents that are a part of dclgen.
Comment whether the cursor is closed during commit or not.
What is the use of value function?
How do you select a row using indexes in db2?
What is copy pending and check pending in db2?
Explain about mirror activator disk mirroring?
What are db2 tables?
what is the role of the cursor in db2?
Which are the db2 tools to protect integrity of the database?
What is load replace in db2?
What is the difference between oracle and db2?