What is the difference between PS file and VSAM file?
Answer Posted / ram
In physical sequential file records are stored in terms of
blocks,where as in VSAM files records are stored in
ControlInterval(C.I).
Is This Answer Correct ? | 51 Yes | 3 No |
Post New Answer View All Answers
What are the different parameters that are used in vsam?
What are the building blocks used in vsam datasets?
Explain the biggest disadvantage of using a vsam dataset?
what is the meaning of dynamic processing in vsam?
Tell me how many alternate indexes you can have on a dataset?
What are the information stored in ci?
why ci and ca splits are not possible in esds and rrds?
Explain the function of the relative record data set?
in a cobol select statement, can you tell what is the organization for a ksds?
what are s0c1, s0c4, s0c5, s0c7 abends?
what is the meaning of each of the values in shareopts(2 3)?
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
How to get the last record in vsam file in cluster?
if you wish to use the rewrite command how must the vsam file be opened?
What is a ca split?