- Relative Record Data Set
A Relative Record Data Set (RRDS) is a type of data set used by the
VSAM computer data storage system. Records are accessed based on their ordinal position in the file ("relative record number", RRN). For example, the desired record to be accessed might be the 42nd record in the file out of 999 total.The concept of RRDS is similar to
sequential access method, but it can access with data inrandom access and dynamic access.tructure
Physical structure of RRDS is described that it has data record in sequence. Its logical structure follows Physical one of it. One record stands after Previous records like some people stand in line. The record exists in turn of number called relative record number indicates logical positional relativity in the file. Operator can realize the function of randaom access and dynamic access by designating this relative number. Consequently, when You do reading or writing of record, you must know where the record you want in file is. Calling of Relative Record Data Set includes that doing random access by naming relative record by will or doing sequential access by naming the number in turn from the relative record number you indicate. Consequently, RRDS has the same function as
Key Sequenced Data Set in the way of data set calling. The difference from Key Sequenced Data Set is that RRDS has no any keys.ee also
*
Key Sequenced Data Set
*Entry Sequenced Data Set References
*http://www.auditmypc.com/acronym/RRDS.asp
*http://www.jaymoseley.com/hercules/vstutor/vstutor.htm
*http://www.mvsforums.com/techfaqsvsam.html
*http://www.redbooks.ibm.com/redbooks/SG246105/wwhelp/wwhimpl/js/html/wwhelp.htm
Wikimedia Foundation. 2010.