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 |
The first VSAM file V1 has 2 fields A and B . There is a DB2 file which has fields E and f. We need the fields A, B , E and F to another VSAM file called V2. Kindly mention the logic in procedure division in cobol..
Using Alternate Indexes in Batch pgms: ?
how can we convert esds to lds?
What does a file status of 02 on a VSAM indicate?
what do you mean by a shareoptions parameter (shr) in define cluster command?
What is SHAREOPTS ?
Explain the device independent method to indicate where a record is stored?
What is IDCAMS? and what is the purpose of it?
name the utility program closely associated with vsam?
what are the different types of vsam files available? Explain them
What is File Status in VSAM?
During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?