what is the difference b/w sequential and ESDS
Answer Posted / 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 View All Answers
is it required that primary key values have to be unique? Do alternate key values have to be unique?
What is the purpose of relative record data set used in vsam?
What is control interval?
there are seven idcams commands in vsam. Can you name and explain each of them?
What are the access method services used in vsam?
What is the purpose of idcams?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
what does a file status of 02 on a vsam signifies?
What is control area?
What is a base cluste?
what is the syntax of ams modal commands?
what are the idcams commands that can be used for vsam and explain each of them.
Would you specify freespace ce for an esds?
what is the meaning of each of the values in shareopts(2 3)?
Is it slower if you access a record through alt index as compared to primary index?