Explain how can you do the explain of a dynamic sql statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is db2?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
what is the name of the default db2 catalog database?
Define db2.
When one binds a PACKAGE ( of a plan ) what package information is stored and where it is stored?
What is meant by index cardinality?
What are the disadvantages of PAGE level lock?
What is the information associated with sysibm.syslinks table?
how to u check the query is executing or not ?where will u check for sqlcode ?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?