What is error -818 in db2. where can you find the timestamp of the DBRM and the source code.( precompile puts the timestamp on dbrm and source code correct?)
2 11234Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?
IBM,
1 6150i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
2 6486Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?
2 4574Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
UST,
1 5982How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
IBM,
2181DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?
IBM,
1 6037in GDG: is it poosible to copy records from a file which utilizes some 100 cylinders to a gdg whose model is defined as trk(1,0) and also it possible to copy 100 bytes file to 80 bytes file?
IBM,
1 4746Parm value passed is PARM=(10,20). how do code linkage section and how would you add these two passes values and show result in cobol program.
IBM,
3 8042
What is db2 purescale?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
List out the three types of page locks that can be held.
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What is a plan and package in db2?
What is an instance in db2?
What are db2 tables?
What is cursor with hold option in db2?
What kind of database is db2?
What is the use of dclgen in db2?
Explain about cursor stability?
How to rename a table in DB2 ?
Define data page.
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
Which command is used to connect to a database in DB2 ? Give the Syntax.