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


What is the use of VSAM files? How to read this ?

Answers were Sorted based on User's Feedback



What is the use of VSAM files? How to read this ?..

Answer / y@$w@nth

VSAM stands for Virtual Storage Access Method.it organizes
the records in a file in different formats for faster
accessing. various vsam datasets(files) structures are

KSDS(Key Sequential Dataset)
ESDS(Entry Sequenced Dataset)
RRDS(Relative Record Dataset)

we can read the Vsam Files
sequentially,randomly,dynamically(sequential,random) based
on the organization it refers.the following are the access
methods that we can perform on vsam datasets(files)

KSDS(sequential,random,dynamic)
ESDS(sequential,random)
RRDS(sequential,random)

Is This Answer Correct ?    13 Yes 0 No

What is the use of VSAM files? How to read this ?..

Answer / dinesh

VSAM (or) VIRTUAL STORAGE ACCESS METHOD. it is faster access
to data, when comparing other access methods by the way of
Data sets ORGANIZATION. we can able to insert a records in
good way.records are physical removed while we deleting the
records and we can get the free space.

Is This Answer Correct ?    13 Yes 1 No

What is the use of VSAM files? How to read this ?..

Answer / raaj

vsam is an accessing and storing method ,which provides an
efficient way of storng and accessing file data.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More VSAM Interview Questions

Do all versions of the GDG have to be of the same record length ? is it possible to ovverride the dcb of the model dataset?

2 Answers  


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

3 Answers  


How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?

0 Answers  


Is CA(Control Area) is part of CI(Control Interval)

3 Answers  


Using alternate indexes in batch program?

0 Answers  


in a cobol select statement, can you tell what is the organization for a ksds?

0 Answers   IBM,


FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS

2 Answers  


What is SHAREOPTS ?

2 Answers  


What is the use of access method services in vsam?

0 Answers  


is delete operation supported in an esds? Is rewrite operation possible in esds?

0 Answers   IBM,


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

1 Answers   IBM,


What is the maximum number of Alternate Index ???

4 Answers  


Categories