Global Information Lookup Global Information

Queued Sequential Access Method information


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.

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

and 19 Related for: Queued Sequential Access Method information

Request time (Page generated in 0.8785 seconds.)

Queued Sequential Access Method

Last Update:

mainframe operating systems, Queued Sequential Access Method (QSAM) is an access method to read and write datasets sequentially. QSAM is available on OS/360...

Word Count : 247

Sequential access

Last Update:

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

Word Count : 422

Sequential access memory

Last Update:

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

Word Count : 184

Basic sequential access method

Last Update:

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

Word Count : 418

Access method

Last Update:

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

Word Count : 874

ISAM

Last Update:

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

Word Count : 1265

IBM Information Management System

Last Update:

native z/OS access method, or Overflow Sequential (OSAM), an IMS-specific access method that optimizes the I/O channel program for IMS access patterns....

Word Count : 1190

List of file systems

Last Update:

Method (BSAM), Basic Partitioned Access Method (BPAM) and Queued Sequential Access Method (QSAM); see Access methods and Data set (IBM mainframe) for more...

Word Count : 4586

Priority queue

Last Update:

semantics of priority queues naturally suggest a sorting method: insert all the elements to be sorted into a priority queue, and sequentially remove them; they...

Word Count : 4657

Linearizability

Last Update:

that: The extended list can be re-expressed as a sequential history (is serializable). That sequential history is a subset of the original unextended list...

Word Count : 3292

Bucket queue

Last Update:

numerical priorities and allows quick access to the element with minimum (or maximum) priority. In the bucket queue, the priorities must be integers, and...

Word Count : 3312

IOPS

Last Update:

read and write operations, the mix of sequential and random access patterns, the number of worker threads and queue depth, as well as the data block sizes...

Word Count : 1451

Cache replacement policies

Last Update:

like a FIFO queue; it evicts blocks in the order in which they were added, regardless of how often or how many times they were accessed before. The cache...

Word Count : 5238

Consistency model

Last Update:

the same consistency model to the memory access types. Issue vs. view-based Issue method provides sequential consistency simulation by defining the restrictions...

Word Count : 7619

Java collections framework

Last Update:

The base interfaces for queues are called Queue. Dictionaries/Maps store references to objects with a lookup key to access the object's values. One example...

Word Count : 4279

Change data capture

Last Update:

optimistic locking each row has an independent version number, typically a sequential counter. This allows a process to atomically update a row and increment...

Word Count : 1403

Token Ring

Last Update:

passing is a channel access method providing fair access for all stations, and eliminating the collisions of contention-based access methods. Token Ring was...

Word Count : 3560

Data structure

Last Update:

allocation in arrays facilitates rapid access and modification operations, leading to optimized performance in sequential data processing scenarios. The implementation...

Word Count : 1825

Fluid queue

Last Update:

quasi-birth–death processes, for which efficient solution methods are known. A fluid queue can be viewed as a large tank, typically assumed to be of infinite...

Word Count : 2602

PDF Search Engine © AllGlobal.net