Answer Posted / guest
A relative record dataset (RRDS) consists of a specified
number of areas called slots. Each slot is identified by a
relative record number (RRN) which indicates its relative
position in the file.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Define free space?
What are the common vsam error conditions and codes?
What is the main function of linear dataset?
What is a ci split?
How does control intervals and control areas related to each other?
Discuss record management in vsam?
explain in brief how you can create a vsam file?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
What does the keyranges parameter in define cluster command do?
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 recovery parameters in define cluster command?
What is a ci split? What is a ca split?
there are seven idcams commands in vsam. Can you name and explain each of them?
How is record management performed in vsam?
What is the device independent method to indicate where a record is stored?