how to resolve -805. give clear explination for that
Answers were Sorted based on User's Feedback
Answer / ganesh
chk the program bind or not after compile. and chk the
correct DBRM library in bind
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lu
Check your package name is created when you compile DB2
program or not, if yes, you HAVE to see your DBA .....This
is a problem DBRM.....
Is This Answer Correct ? | 1 Yes | 1 No |
Before you give the explain statement, what are the prerogatives?
What is sqlcode -922 ?
How would you find out the total number of rows in a db2 table?
What is a db2 collection?
What are the various locks available?
Why PS file called Physical seqential file?How to sore data in sequential file and ESDS file? What is the use of DBRM,PLAN,package and Collection.
I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?
if one db2 pgm calls another db2 pgm. how many plans do we need. what r the steps involved..
What is copy pending and check pending in db2?
1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
what is parm utility
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?