how to unload different table data into different gdg files/
vsam files.
Answer Posted / raghu
by using DSNUTLIB utility .
in dsnutlib of unload utility we first unload table data into file ,from that file we can load data into gdg/vsam files by idcams .
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are host variables in db2?
What are union and union all?
What are foreign keys in db2?
What is the difference between dbm cfg and db cfg file in db2 ?
What is the maximum size of a char data type in db2?
What is precompiler in db2?
What type of database is db2?
What are concurrency issues?
Explain the contention situations caused by locks?
How can you quickly find out the # of rows updated after an update statement?
What are the two types of logging in the db2 database? Explain them.
How and when does the db2 enforces the unique key?
What is dbrm? What it contains? When it will be created?
Who uses db2?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?