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 |
What is a VSAM slot?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
What is SHAREOPTS ?
What are the types of VSAM datasets?
Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequential file is bigger than that of the VSAM file?
Using Alternate Indexes in Batch pgms: ?
what is the syntax of ams modal commands?
is delete operation supported in an esds? Is rewrite operation possible in esds?
is it slower if you access a record through alternative index as compared to primary index?
how to view clusters that has more than 10000 records
In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?
How do I declare the KSDS vsam so that I can store a reocrd with variable length?.