What can the SET option of the Repair Utility accomplish?
In SPUFI suppose you want to select maximum of 1000 rows, but the select returns only 200 rows. What are the 2 SQLCODEs that are returned?
is it compulsory commitment control in journal?
Can we update view in db2?
How many buffer pools are available in db2?
which authority can be granted to group of users using the GRANT stmt? A) SYSCTRL B) SYSADM C) DBCTRL D) DB ADM
One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What are column-name qualifiers used?
what is the input to PLAN? what is the input to DBRM?
What is the information associated with sysibm.syslinks table?
when i am trying to update a table having 1000 rows. the program abends.how we will come to know the last successful updated row was. we are not using any commit operations
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. TIA