What is an RBA in rrds? What does it do? What is it used for?

Answer Posted / sasi kumar

Guys, here RBA has no use it is used in ESDS only . rrds has
rrn ( relative record number) . RBA ( relative byte address
) is used only in esds. correct me if am wrong.

Is This Answer Correct ?    22 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is recovery parameters in define cluster command?

569


What is the purpose of having vsam data space?

530


How is the sorting of vsam files carried?

603


what do you mean by gdg in vsam?

729


What is control interval?

614






what will happen when you try to open an empty vsam file in a cobol program for input?

623


What does the keyranges parameter in define cluster command do?

528


what do you mean by the cobol record key clause in vsam?

605


What makes vrrds different from vsam?

709


is delete operation supported in an esds? Is rewrite operation possible in esds?

593


what is meant by s0c-07 system abend codes?

569


What is a ci split? What is a ca split?

655


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

712


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

2081


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

603