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...


The first VSAM file V1 has 2 fields A and B . There is a
DB2 file which has fields E and f. We need the fields A,
B , E and F to another VSAM file called V2. Kindly mention
the logic in procedure division in cobol..

Answers were Sorted based on User's Feedback



The first VSAM file V1 has 2 fields A and B . There is a DB2 file which has fields E and f. We nee..

Answer / rookie

I suppose the question is a bit confusing....DB2 deals in
table's and has records...

Open VSAM file and read the records into WS variables,
Fetch DB2 records in host variables
Now write them to file V2.

Is This Answer Correct ?    2 Yes 0 No

The first VSAM file V1 has 2 fields A and B . There is a DB2 file which has fields E and f. We nee..

Answer / anoop

One methode is we can first repro the VSAM file into
sequential file and then SORT it into another sequential
file to include only A and B fileds. Then repro it again
into the VSAM file V2.

In cobol open this file in I-O mode and read it sequentialy
and move A & B fileds to a working storage variable.

Read the field E & F from data base and A & B from the
working storage and populate into the V2 VSAM file.

There could be some changes in the logic as per the exact
requirement.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VSAM Interview Questions

What is a cluster?

2 Answers  


In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?

4 Answers   IBM,


explain in brief why do vsam take more disk space than other utilities?

0 Answers   IBM,


what are s0c1, s0c4, s0c5, s0c7 abends?

0 Answers   IBM,


What is FREESPACE ?

2 Answers  


in vsam at the creation of cluster what is the use of RECSZ parameter?

2 Answers   TCS,


How is the sorting of vsam files carried?

0 Answers  


What is the main function of key-sequenced data set?

0 Answers  


What is a ca split?

0 Answers  


How many Alternate Indexes you can have on a dataset?

2 Answers   AB Inc,


What are the optional parameters to the input dataset While loading the empty cluster with the data records?

1 Answers   IBM,


Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?

4 Answers   Patni,


Categories