In IBM mainframe operating systems, Queued Sequential Access Method (QSAM)[1] is an access method to read and write datasets sequentially. QSAM is available on OS/360, OS/VS2, MVS, z/OS, and related operating systems.

QSAM is used both for devices that are naturally sequential, such as punched card readers and punches and line printers, and for data on devices that could also be addressed directly, such as magnetic disks. QSAM offers device independence: to the extent possible, the same API calls are used for different devices.

QSAM is—as its name says—queued, in this specific context meaning buffered with deblocking of reads and blocking of writes. It allows programs to read and write logical records within physical blocks of data, as opposed to the less advanced basic sequential access method (BSAM) which allows programs to access physical blocks of data, but provides no support for accessing logical records within blocks.

QSAM manages truncated final blocks and truncated embedded blocks completely transparently to the user.

The QSAM application program interface can be compared with the interface offered by open, read, write and close calls (using file handles) in other operating systems such as Unix and Windows.

See also

edit

References

edit
  1. ^ IBM System/360 Operating System Sequential Access Methods Program Logic Manual (PDF). IBM. January 1967. Y28-6604-1.

📚 Artikel Terkait di Wikipedia

Sequential access

face no penalty. Direct-access storage device Queued sequential access method Sequential data Random and Sequential Data Access, Microsoft TechNet Irfan

Basic sequential access method

to the more powerful but less flexible Queued Sequential Access Method (QSAM) which allows programs to access logical records within physical blocks of

Access method

access methods in approximate chronological order: BDAM - Basic direct access method BSAM - Basic sequential access method QSAM - Queued sequential access

Sequential access memory

sequential access memory still in use; historically, drum memory has also been used. Sequential access Basic sequential access method (BSAM) Queued sequential

ISAM

Indexed Sequential Access Method (ISAM) is a method for creating, maintaining, and manipulating computer files of data so that records can be retrieved

Direct-access storage device

access methods:[citation needed] Basic sequential-access method (BSAM) Basic indexed sequential-access method (BISAM) Queued sequential-access method

IBM Information Management System

native z/OS access method, or OSAM, an IMS-specific method optimizing I/O for IMS access patterns, particularly benefiting from sequential access (OSAM Sequential

Priority queue

queues naturally suggest a sorting method: insert all the elements to be sorted into a priority queue, and sequentially remove them; they will come out in