why do we use vsam file thn seqential files ?
Answer Posted / pramod reddy
ps files can created on tape.but not esds files.
alternate index can be created in esds.but not in ps.
records inserted in seq nd random.but in ps only seq.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what do you mean by gdg in vsam?
why ci and ca splits are not possible in esds and rrds?
Define free space?
what is meant by dirty read in vsam?
explain in brief what are the 3 types of vsam files?
how many buffers are allocated to vsam ksds and esds?
What are the distinctive features of a ksda, key sequenced dataset?
Define base cluster?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
what is the meaning of each of the values in shareopts(2 3)?
What is speed parameters in define cluster command?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
Using alternate indexes in cics program?
What is a ci split?
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