in 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?
What is the difference between Primary key and unique index?
How to find the number of rows in db2 tables?
What are the functions of Bind?
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
What's the Maximum Length of SQLCA and what's the content of SQLCABC?
What is CHECK PENDING ?
Can a array declared with an index be displayed(readable format) in spool?
Who uses db2?
what's the best lock size that you could use when you create a tablespace?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
B37 abend during spufi?
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).