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 concurrency in db2?

1 Answers  


1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).

1 Answers  


What information is contained in a SYSCOPY entry?

2 Answers  


A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?

7 Answers   IBM,


what's the error code for Unique Index Violation?

2 Answers  






what is a trigger and types of triggers

3 Answers   HSBC,


What is copy pending and check pending in db2?

0 Answers  


Q4. How will you get the count of record without using COUNT verb in query?

2 Answers   IBM,


How do you define a correlated name?

1 Answers  


What are the rules for db2 programming?

0 Answers  


What is a buffer pool?

2 Answers  


My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .

3 Answers   Cap Gemini, RBS,


Categories