how to unload different table data into different gdg files/
vsam files.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anilkumar
do you need to unload more than 2 tables in a single unload step
Then need to specify sysrec01,syrec02 in jcl step
and in sysin
specify like this
select * from tab1 with ur; ---- data extrcat into sysrec01
select *from tab2 with ur; ----- data extract into sysrec02
this sort of jcl's we used in our project
but the same thing is not work for if you used union and
union all in the queries.
Is This Answer Correct ? | 0 Yes | 1 No |
wht displays the number of times a query modified ?
What is a precompiler?
If the main program has only cobol statements and subprogram has the db2 statements what is the procedure for precompilation. for which program we need to do the precompilation
What is node in db2?
What is FREEPAGE and PCTFREE in TABLESPACE creation?
why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2
What does a deadlock mean in DB2?
What is meant by AUTO COMMIT?
How to check sequence on a table in db2?
can any one give the list of some important sql abend codes which r frequently asked in interviews?
What is meant by isolation level?
Explain the contention situations caused by locks?