what is the difference b/w sequential and ESDS

Answers were Sorted based on User's Feedback



what is the difference b/w sequential and ESDS ..

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

what is the difference b/w sequential and ESDS ..

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

what is the difference b/w sequential and ESDS ..

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

what is the difference b/w sequential and ESDS ..

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

what is the difference b/w sequential and ESDS ..

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

what is the difference b/w sequential and ESDS ..

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

Post New Answer

More VSAM Interview Questions

In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?

3 Answers  


what is a Base Cluster?

3 Answers   HSBC, TCS,


what do you mean by the cobol record key clause in vsam?

0 Answers   IBM,


What is the main function of key sequenced data set in vsam?

0 Answers  


What is the meaning of VSAM RETURN-CODE 28?

3 Answers  






Can we copy Vsam files from a Vsam file in Iebgener step?

4 Answers   iGate, Tech Mahindra,


what is meant by dirty read in vsam?

0 Answers   IBM,


Using alternate indexes in batch program?

0 Answers  


Suppose 3 generations of a GDG exist. How would you reference the 1st generation in the JCL?

2 Answers   IBM,


how yo view the vsam file?

5 Answers   DSRC, TCS,


What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??

3 Answers  


What is the meaning of the DEFINE MODEL parameter?

1 Answers  


Categories