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 ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you delete vsam files with the delete option of the disposition parameter of jcl?

1168


Explain the device independent method to indicate where a record is stored?

965


what is meant by dirty read in vsam?

1389


Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?

1076


what will happen when you try to open an empty vsam file in a cobol program for input?

1089


What is a vsam dataset?

1089


what does a file status of 02 on a vsam signifies?

1230


What are the steps involved in access method services?

1005


What makes vrrds different from vsam?

1300


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

1154


Differentiate between ci split and ca split?

1056


What are the different versions of gdg named?

1044


What are the building blocks used in vsam datasets?

1032


OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

2564


Explain the process in which flat files are converted into vsam files?

1065