Is CA(Control Area) is part of CI(Control Interval)
Answer Posted / naveen87ginjupalli
No,CI is part of CA.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of idcams?
can you specify some the distinctive features of a ksds, key sequenced dataset?
Is it slower if you access a record through alt index as compared to primary index?
How is record management performed in vsam?
What is control area?
What is a base cluste?
What is recovery parameters in define cluster command?
Define a path?
What makes vrrds different from vsam?
what does a file status of 02 on a vsam signifies?
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 how do you initialize a vsam file before any operation? A vsam with alternate index?
What is the function of linear dataset in vsam?
What are the advantages of vsam over isam?
is it necessary that all versions of the gdg have to be of the same record length?