What is the difference between sequential files and ESDS files?
Answer Posted / guest
Sequential (QSAM) files can be created on tape while ESDS
files cannot. Also, you can have ALTINDEX for an ESDS while
no such facility exists for QSAM files.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
explain in brief what are the 3 types of vsam files?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
is delete operation supported in an esds? Is rewrite operation possible in esds?
What does the keyranges parameter in define cluster commends do?
what are s0c1, s0c4, s0c5, s0c7 abends?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What is the purpose of control intervals in vsam?
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 is the biggest disadvantage of using a vsam dataset?
Explain the biggest disadvantage of using a vsam dataset?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
What is the difference between lds and esds?
explain the differences between vsam and non-vsam files
What is the main function of key-sequenced data set?