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 |
Under IDCAMS , multiple functions can be executed, each of which returns a cond code. What will be the condition code returned to the operating system ?
how many ways can we open i vsam file ? like print ch ids (/) is thre any other way to open the vsam file please can any one answer ?
What are the different dataset organizations used in vsam?
Name some common VSAM error conditions and codes. ?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
What is a ci split?
what is difference between repro and export? if any one know this plz tell me
How to get the last record in vsam file in cluster?
What is the function of linear dataset in vsam?
How does control intervals and control areas related to each other?
when u r using repro command what happens if both infile and outfile names same
what do you mean by a vsam split?