can any one give the list of some important sql abend codes
which r frequently asked in interviews?
Answer Posted / hussain
yes sure y not..i have all the imp sql abend codes..
1.dondu kala 0012
2.babu jhelale 6.5
3.kanyum kaana version 5.09
4.babu bisleri8.3
5.baiju bawara on the rock
6.shakira rocking girl
ab aur kya bataaoun bhai bol ...kuch aur puchna hai
to email jaror krna ..dhnyawaad..:)
| Is This Answer Correct ? | 3 Yes | 18 No |
Post New Answer View All Answers
What is node in db2?
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.
What is with ur in db2?
can we view the access paths created by dbrm ? how ? thx
Explain the contention situations caused by locks?
What is cursor in dbms?
Mention the different locking levels that are available in db2.
Explain packages.
what is db2 restart?
Define check constraint.
What is explain plan in db2?
What does a deadlock mean in DB2?
How can we retrieve the total number of records in RPG & CLLE?
How many databases can be created inside an instance in db2 ?
What is the syntax for creating a table in the db2 database?