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


Please Help Members By Posting Answers For Below Questions

what do you mean by gdg in vsam?

933


why ci and ca splits are not possible in esds and rrds?

909


Define free space?

764


what is meant by dirty read in vsam?

1088


explain in brief what are the 3 types of vsam files?

833


how many buffers are allocated to vsam ksds and esds?

900


What are the distinctive features of a ksda, key sequenced dataset?

730


Define base cluster?

752


is it required that primary key values have to be unique? Do alternate key values have to be unique?

787


what is the meaning of each of the values in shareopts(2 3)?

764


What is speed parameters in define cluster command?

690


what is the probability of a complete system distortion under high end low performing multiprocessor job?

2218


Using alternate indexes in cics program?

772


What is a ci split?

703


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

2287