in my table i will update only 100 record among 1000
records i need to display recently updated record'.....can u
tell me where those records are stored how can i display
those records...?if there is any sql query pls let me know....?

Answer Posted / adarsha

Use the DB2 COPY Utility with Incremental Image copy.. which
give you the latest update done to a prticular table/table
space from last update .. below is the utility step

COPY TABLESPACE DSN8D51A.DSN8S51E
FULL NO
SHRLEVEL CHANGE

Use jcl for that

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you select a row using indexes in db2?

647


What language is db2 written in?

595


What is db2 stogroup?

676


What is dclgen (declaration generator)?

603


How to connect to db2 database from windows command line?

563






List out the buffer pools in db2

632


In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?

581


What does db2 plan contain?

573


What is load replace in db2?

560


How do you concatenate the firstname and lastname from emp table to give a complete name?

603


Is the primary key a clustered index?

611


How and when does the db2 enforces the unique key?

615


can all users have the privilage to use the sql statement select * (dml)?

643


What is a buffer in memory?

600


What is performance tuning db2?

620