Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,772,984,373 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

data set organization

   Also found in: Acronyms 0.09 sec.
data set organization [′dad·ə ‚set ‚ȯr·gə·nə‚zā·shən]
(computer science)

(operating system, storage)data set organization - (DSORG) An IBM term for file structure. These include PS physical sequential, DA direct, IS indexed sequential, PO partitioned (a library). This system dates from OS/360, and breaks down beginning with VSAM and VTAM, where it is no longer applied.

Sequential and indexed data sets can be accessed using either a "basic" or a "queued" "access method." For example a DSORG=PS file can use either BSAM (basic sequential access method) or QSAM (queued sequential access method). It can also be processed as a direct file using BDAM. Likewise a library can be processed using BPAM (basic partitioned access method), BSAM, QSAM, or BDAM. DSORG and access method are somewhat, but not completely, orthogonal.

The "basic" access method deals with physical blocks rather than records, and usually provides more control over the specific device. Each I/O operation using the "basic" access method reads or writes a single block. A "basic" read or write starts an asynchronous I/O operation, and the programmer is responsible for waiting for completion and checking for errors.

The "queued" access method deals with logical records and provides blocking and deblocking services. It is "queued" because it provides read-ahead and write-behind services. While a program is processing records in one input block, for example, QSAM may be reading one or more blocks ahead. Queued "get" or "put" operations are synchronous as far as the programmer is concerned. The operation is complete when the next logical record has been successfully processed.

EXCP (Execute Channel Program) is a lower-level method of accessing data.

IBM manuals usually named "Data Administration Guide", e.g. SC26-4505-1 for MVS/ESA DFP 3.1, provide more detail about data set organizations and access methods.


How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.