Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Linear data set
IBM data record organization type

A linear data set (LDS) is a type of data set organization used by IBM's VSAM computer data storage system.: 5 

The LDS has a control interval size of 4096 bytes to 32768 bytes in increments of 4096.: 31  A LDS does not have embedded control information, because it does not contain control information, the LDS cannot be accessed as if it contained individual records.

Addressing within an LDS is by Relative Byte Address (RBA), which allows it to be used by systems such as IBM Db2 or the Operating system. The benefit of this is that systems such as the OS can access multiple disk spindles and view it as a single storage implementation. The limitations of this, though, is that this does not make this particularly useful to higher level abstraction levels.[original research?] Data In Virtual (DIV) and Window services provide an alternative method to direct use of VSAM to access an LDS with a CI size of 4096.

We don't have any images related to Linear data set yet.
We don't have any YouTube videos related to Linear data set yet.
We don't have any PDF documents related to Linear data set yet.
We don't have any Books related to Linear data set yet.
We don't have any archived web articles related to Linear data set yet.

See also

ASMGUIDE z/OS 2.5 MVS Programming: Assembler Services Guide (PDF). IBM. September 30, 2021. SA23-1368-50. Other citations

References

  1. Lovelace, Mary; Dovidauskas, Jose; Salla, Alvaro; Sokal, Valeria (August 2022). "Chapter 1. VSAM basics". VSAM Demystified (PDF). Redbooks (3 ed.). IBM. https://www.redbooks.ibm.com/redbooks/pdfs/sg246105.pdf

  2. "Linear Data sets" (PDF). z/OS 2.5 DFSMS Using Data Sets (PDF). IBM. September 30, 2021. p. 91. SC23-6855-50. https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R5sc236855/$file/idad400_v2r5.pdf#page=126

  3. Lovelace, Mary; Dovidauskas, Jose; Salla, Alvaro; Sokal, Valeria (August 2022). "Chapter 1. VSAM basics". VSAM Demystified (PDF). Redbooks (3 ed.). IBM. https://www.redbooks.ibm.com/redbooks/pdfs/sg246105.pdf

  4. "IBM Knowledge Center". www.ibm.com. 27 March 2014. Retrieved 2021-02-07. https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.idad400/d4261.htm

  5. ASMGUIDE, pp. 225-248, Chapter 14. Data-in-virtual. - z/OS 2.5 MVS Programming: Assembler Services Guide (PDF). IBM. September 30, 2021. SA23-1368-50. https://www.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R5sa231368/$file/ieaa600_v2r5.pdf

  6. ASMGUIDE, pp. 293-310, Chapter 17. Window Services. - z/OS 2.5 MVS Programming: Assembler Services Guide (PDF). IBM. September 30, 2021. SA23-1368-50. https://www.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R5sa231368/$file/ieaa600_v2r5.pdf