What is image copy?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using COND statement
Name the various locking levels available?
4. A DB2 application is bound with uncommitted Read isolation level.It issues a request that retrieves 20 rows out of 200000 in the table. Which of the following descrbes the rows that are locked as a result of this request? a. None of the rows are locked. B.The retrieved rows are locked. C.The last row of the result set is locked. D.The rows not previously updated by another application are locked.
Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
What is meant by the attachment facility?
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
How many databases can be created inside an instance in db2 ?
What is a DB2 bind?
what are the copybook changes generally we done?can anyone tell me......... Thanks in advance........
What is difference between rollback and commit?
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).