what are the frequent DB2 abends did you encounter in your
programs ?? What are different SQL abends ??

Answers were Sorted based on User's Feedback



what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL aben..

Answer / sachin

-100 when the rows found.
-805 plan not found
-305 null indicator not declared
-104 invalid keyword
-199 illegal use of keyword
-206 table not foung
-310 for decimal column using non decimal
-407 try to insert the null value in the not null column
-501 try to close the curosr which are already open
-811 multirow select
-504 cursor not decalred
-818 time stamp mismatch
-180 date error
-181 date and time are invalid
-414 in the union the column are not same
-911
-913 both are for the deadlock
-904 for the resource not avable
-922 authorization failure
-924 coneection is not availbke

Is This Answer Correct ?    4 Yes 0 No

what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL aben..

Answer / vijay

-805

Is This Answer Correct ?    3 Yes 1 No

what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL aben..

Answer / dinesh

-84 unacceptable sql statement

Is This Answer Correct ?    0 Yes 0 No

what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL aben..

Answer / rock

1)-206
2)-805
3)100

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More DB2 Interview Questions

what is static sql? what is dynamic sql? Give me details

3 Answers  


What is an inner join, and an outer join ?

1 Answers   CTA,


What does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;

4 Answers   Accenture,


i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance

3 Answers  


if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)

3 Answers  


Which components manage deadlocks in db2?

0 Answers  


List out the three types of page locks that can be held.

0 Answers  


How do you find the maximum value in a column in db2?

0 Answers  


What is the clustering index in the db2 database?

0 Answers  


What does the REORG Utility do?

2 Answers  


What Utility is used to migrate DB2 from one release to the next?

1 Answers  


select 100 records from million records ?

2 Answers   Verizon,


Categories