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


If we are using empty VSAM file, we can see this empty file
by using FILE AID tool. How can we open empty VSAM file if
you are using in Program..?

Answers were Sorted based on User's Feedback



If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we ope..

Answer / meghan

We have to open it in out put mode

Is This Answer Correct ?    9 Yes 0 No

If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we ope..

Answer / guest1

If you open it in Output mode and try to write it,
initially a dummy record will be written and the actual
content willbe written.

If you try to open in Input mode you will get file status
35.

Is This Answer Correct ?    9 Yes 0 No

If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we ope..

Answer / mehdee

When we create empty new VSAM file, we should always
INITIALIZE it with a dummy record, before start using
it.And it is part of the crating.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More VSAM Interview Questions

What is the upgrade set?

1 Answers  


If you wish to use the REWRITE command haw must the VSAM file be opened?

1 Answers  


what is difference between repro and export? if any one know this plz tell me

7 Answers   Cap Gemini,


what do you mean by a upgrade set in vsam?

0 Answers   IBM,


what is reuse parameter ?

3 Answers   Polaris, Xansa,


can any one tell "in esds in what structure records will stored?"

1 Answers  


What is an alternate index?

1 Answers  


What is the purpose of the FILE STATUS clause in the SELECT statement?

1 Answers  


what do you mean by idcams? Explain its purpose?

0 Answers   IBM,


name a few common vsam status codes?

0 Answers   IBM,


what is the purpose of the verify function of idcams?

0 Answers   IBM,


I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it

2 Answers  


Categories