How do you run JCL in cobol program
how to resolve -805. give clear explination for that
Who uses db2?
what are extents?
What is bind package and plan in db2?
what is copy pending and check pending ?
what is utility for parm lib
What is precompiler in db2?
how can i pull up a query which was previously stored in qmf
How does db2 sample database connect?
Suppose 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?
How to find the number of rows in db2 tables?
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?