What information is held in SYSIBM.SYSCOPY?
What is db2 stogroup?
What will the FREE command do to a plan?
what is difference between Static call and Dynamic call? How does it function?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
How to resolve -818 sql code in DB2?
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
Q1. How will you use two different DB2 qualifiers in a single COBOL program? Suppose we have 2 tables EMP1 and EMP2 with same structure defined in two different DB2 qualifiers QUAL1.EMP1 and QUAL2.EMP2 now during first 15 days we want to use QUAL1.EMP1 and rest of the days QUAL2.EMP2 how will we do this. We can create a single program and a single load for this program.
How will you return the number of records in table?
What are the bind parameters ibm db2?
how many bytes timestamp token occupies?
6 Answers Boss Global, Cap Gemini, TCS,
What is the difference between IN subselects and EXISTS subselect?
How are write I/Os from the buffer pool executed?