What is a db2 schema?
No Answer is Posted For this Question
Be the First to Post Answer
What is Skeleton cursor table (SKCT)?
How many databases can be created inside an instance in db2 ?
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
How do I start db2 in windows?
How does DB2 use multiple table indexes?
How to resolve -805 error in DB2?
How do you run JCL in cobol program
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?
what is rebinding ?
What is the picture clause of null indicator variable?
Do we have any optinon to search part of integer in DB2 as we have for character Like,SUBSTR optins?