what is the difference b/w sequential and ESDS
Answers were Sorted based on User's Feedback
Answer / pramod reddy
1) ps files are created on both disk nd tape.but in esds only disk.
2) in ps, records can be deleted,but in esds not deleted.
3) alternate index is not created in ps,but in esds it is possible.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nutann
vsam esds is stored only in disk but sequential file can be
stored both disk and tapes and only sequential processing
but you cannot delete records from ESDS manually or through
program.
23/01/10
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / saravanan
Both File looks similar , in sequential file we can delete
and modify the record , but in ESDS file we cannot delete
record but can modify the record if it same length.
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / sekhar
main b/w sequential and ESDS
sequential files are stored in disk/tape but ESDS file
stored in only on disk
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shanthi
the main difference b/w sequential & esds is in sequential
random access of records is not possible where as in esds
random access is possible by means of RBA(rative byte
address).
| Is This Answer Correct ? | 9 Yes | 9 No |
Answer / pradip
if i am not wrong in ESDS only sequential record processing
is possible, hope Shanthi is wrong.
| Is This Answer Correct ? | 2 Yes | 2 No |
While designing vsam files,what is the best way to choose control interval size for the data and the index?
There are at least seven IDCAMS commands; name and explain each of them ?.
differentiate between sequential files and esds files in vsam?
can we access sequential files online
What is VERIFY command ? when do you use this command?? What actually it does ??
What is Control Interval, Control Area?
how do you create an alternate index ?
What is an alternate index and path ?
How do you define a GDG ?
How Vsam was evolved? What was the equivalent file for ESDS,KSDS and RRDS prior to evolution? What were their disadvantages of those file which leads to evolution of ESDS,KSDS and RRDS files ?
What is the catalog?
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?