why do we use vsam file thn seqential files ?
Answers were Sorted based on User's Feedback
Answer / vijay
1)Record Insertion inbetween the existing recored is
poosible.
Where as in PS file we can add only at the end
2) we read record in any order
were as in PS it is possible to read from 1st , 2nd ,
3rd... like that
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / rajesh
ps files are stored in tape but esds cannot be stored in tape
and ps file cannot becreated alternate index but esds can be created
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / pramod reddy
ps files can created on tape.but not esds files.
alternate index can be created in esds.but not in ps.
records inserted in seq nd random.but in ps only seq.
Is This Answer Correct ? | 1 Yes | 0 No |
What are all the ways we can create datasets?
What is speed parameters in define cluster command?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What are the different types of VSAM files available?
what are the codes returned by the ams (access method services) command during the execution in vsam?
what is control interval(CI) and control Area(CA)
Explain the significance of the shareoptions parameter?
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
What is Control Interval, Control Area ?
What's a LDS (Linear Data Set) and what's it used for?
HOW TO SORT RECORDS IN VSAM FILE?
what is the syntax of ams modal commands?