Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to unload different table data into different gdg files/
vsam files.

Answers were Sorted based on User's Feedback



how to unload different table data into different gdg files/ vsam files...

Answer / harsha

Use DSNTIAUL utility

Is This Answer Correct ?    3 Yes 0 No

how to unload different table data into different gdg files/ vsam files...

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

how to unload different table data into different gdg files/ vsam files...

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

Post New Answer

More DB2 Interview Questions

What is a synonym? How is it used?

2 Answers  


the dd name for ksds is dest1 and what is the dd name for alternate index of ksds ? a.dest b.dest1 c.dest1a d.dd1

2 Answers   Logica CMG,


What is cursor stability?

1 Answers  


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

1 Answers   IBM,


What is DCLGEN ?

2 Answers  


How to find the number of rows in db2 tables?

0 Answers  


what is the maximum number of tables that can be joined ?

8 Answers   IBM, TCS,


what are the max. & min. no. of partitions allowed in a partition tablespace?

2 Answers   IBM,


What is the logical entity between plan and Package?

5 Answers  


What is the maximum No of rows per page?

0 Answers   IBM,


What is ACQUIRE/RELEASE in BIND?

3 Answers   Cognizant,


How to test SQL -911 error while developing COB-DB2 program

1 Answers   Satyam,


Categories