Linear Data Set

Linear Data Set

An Linear Data Set (LDS) is a type of data set used by the VSAM computer data storage system. A Linear Data Set contains data that can be accessed as byte-addressable strings in virtual storage. The LDS is composed of VSAM Control Intervals (CI's) that are a multiple of 4096 bytes. An LDS contains no imbedded control information in the CI. There is no Control Interval Information Field (CIDF) or Record Information Field (RDF) that is in other VSAM file types. The entire control interval is data. If logical records exist in LDS, they must be unblocked or blocked by the program. The data is stored as undifferentiated bytes addressed by byte address. LDS is unlike other VSAM types except that it is defined by the IDCAMS VSAM utility program. When the LDS is defined, there is only a data component, similar to EDSD and RRDS. LDS's are used by DB2 and other programs which require byte addressable storage.

In other IBM Access Method techniques, records are retrieved or stored using requests at the record level. Linear datasets may use a technique called Data In Virtual (DIV). DIV allows an application program to map an LDS or a portion of an LDS into an address space, a data space, or a hiperspace. An LDS cluster may be referred to as a DIV object. Once the data set is mapped, the access of the data is essentially a paging operation.

Data is read into central storage using the paging algorithms. Pages are only read in when the address referenced refers to a page (all or part of a CI) that is not presently in storage. During Real Storage Manger (RSM) page steal processing, only changed pages in virtual storage are written back to auxiliary storage. Unchanged pages are discarded. If the pages no longer in storage are referenced again, they will be retrieved from the disk data set.

DIV is designed to improve the performance of applications that process large files non-sequentially. This make it useful for DBMS's, large arrays or table files.

ee also

*Key Sequenced Data Set
*Relative Record Data Set
*Entry Sequenced Data Set

References

*http://www.mvsforums.com/techfaqsvsam.html
*http://www.redbooks.ibm.com/redbooks/SG246105/wwhelp/wwhimpl/js/html/wwhelp.htm


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Determining the number of clusters in a data set — Determining the number of clusters in a data set, a quantity often labeled k as in the k means algorithm, is a frequent problem in data clustering, and is a distinct issue from the process of actually solving the clustering problem. For a certain …   Wikipedia

  • Iris flower data set — The Iris flower data set or Fisher s Iris data set is a multivariate data set introduced by Sir Ronald Aylmer Fisher (1936) as an example of discriminant analysis.cite journal|author=Fisher, R.A. |title=The Use of Multiple Measurements in… …   Wikipedia

  • Linear interpolation — is a method of curve fitting using linear polynomials. It is heavily employed in mathematics (particularly numerical analysis), and numerous applications including computer graphics. It is a simple form of interpolation. Lerp is a quasi acronym… …   Wikipedia

  • Linear regression — Example of simple linear regression, which has one independent variable In statistics, linear regression is an approach to modeling the relationship between a scalar variable y and one or more explanatory variables denoted X. The case of one… …   Wikipedia

  • Linear least squares (mathematics) — This article is about the mathematics that underlie curve fitting using linear least squares. For statistical regression analysis using least squares, see linear regression. For linear regression on a single variable, see simple linear regression …   Wikipedia

  • Data transformation (statistics) — A scatterplot in which the areas of the sovereign states and dependent territories in the world are plotted on the vertical axis against their populations on the horizontal axis. The upper plot uses raw data. In the lower plot, both the area and… …   Wikipedia

  • Data — For data in a computer science context, see Data (computing). For other senses of the word, see Data (disambiguation). See also datum, a disambiguation page. The term data refers to qualitative or quantitative attributes of a variable or set of… …   Wikipedia

  • Data analysis — Analysis of data is a process of inspecting, cleaning, transforming, and modeling data with the goal of highlighting useful information, suggesting conclusions, and supporting decision making. Data analysis has multiple facets and approaches,… …   Wikipedia

  • Linear probability model — The linear probability specification of a binary regression model assumes that, for binary outcome Y and regressor vector X ,: Pr(Y=1 | X=x) = x eta. A drawback of this model is that, unless restrictions are placed on eta , the estimated… …   Wikipedia

  • Data Smoothing — The use of an algorithm to remove noise from a data set, allowing important patterns to stand out. Data smoothing can be done in a variety of different ways, including random, random walk, moving average, simple exponential, linear exponential… …   Investment dictionary

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”