What is db2 catalog database?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the contents that are a part of dclgen.
If a non-DB2 program calls a DB2 program, the calling program's name will be there in SYSIN of IKJEFT01 and the plan name will be that of the called program. But is a bind needed or a plan has to be created for the non-DB2 program also?
What information is used as input to the bind process?
What is load replace in db2?
What is the max length of sqlca?
How to handle null values in db2
Where besides the DB2 catalog is database object information stored by DB2?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is a page?
Can we use select * statement in cobol program without giving field names ???
What are leaf pages?
what is the syntax for FOR UPDATE CLAUSE in cursor declaration and how can u update using cursor? is it possible to update multiple rows at a time.