What are the abend codes occour in ur latest PROJECT in DB2

Answers were Sorted based on User's Feedback



What are the abend codes occour in ur latest PROJECT in DB2..

Answer / g.kalyani

-305 --->NULL value is moved to the HOST VARIABLE
-803 ---->DUPLICATE ROW INSERTION
-904 ---->DB@ Resources not avalable
-805 --->PLAN not FOUNd
-911/-913 -->TIME OUT DUE TO DEAD LOCK

Is This Answer Correct ?    3 Yes 0 No

What are the abend codes occour in ur latest PROJECT in DB2..

Answer / yuvaevergreen

-803 ---->DUPLICATE ROW INSERTION
Identify the record for SQLCODE=-803 and rectify the issue.
-904 ---->DB@ Resources not avalable
Try to use display database and check the locks on which
pages.
DIS DB(MMLPDDDB) SPACENAM(MMLPD61T) LIMIT(*)
-805 --->PLAN not FOUNd
Rebind the package/plan.
-911/-913 -->TIME OUT DUE TO DEAD LOCK
1. change the lock size to 'ROW' for all the tablespaces(
tables) used in batch job program. here LOCKSIZE is a
tablespace property.

2. do a RUNSTATS on all tabalespaces(tables) used by the
batch program and mainly tables on which contention
occured.

3. bind the batch program package/plan with isolation level
CS and
deallocate bind parameter as COMMIT.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More DB2 Interview Questions

What is a PLAN table? How will you use it? Give the various fields of PLAN table?

1 Answers   Accenture,


What is a synonym? How is it used?

2 Answers  


What is null value in db2?

0 Answers  


what is different three logs in DB2?

1 Answers   Syntel,


On the create tablespace, what does the CLOSE parameter do?

1 Answers  






What is dbrm? When it will be created?

0 Answers  


What is the clustering index in the db2 database?

0 Answers  


i know the stpes 2 create an executable CICS/DB2 cobol code. 1. DB2 Precompiler converts the SQL Statements into COBOL API statements and creates another member with Acess plans. CodeA results in CodeB (code with API calls) & CodeC ( Access Plans ) 2.Code B is compiled/linked 2 create an exceutable.(codeE) 3.Now CodeC is binded to the database on which CodeE will be run. Can somebody provide me the sample JCLs for precompile/compile/link/bind.

0 Answers  


What is dbrm library?

0 Answers  


What is dbrm? What it contains?

0 Answers  


What is the maximum length of sqlca?

0 Answers  


What is table space in db2?

0 Answers  


Categories