<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=Queued_Sequential_Access_Method</id>
	<title>Queued Sequential Access Method - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=Queued_Sequential_Access_Method"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=Queued_Sequential_Access_Method&amp;action=history"/>
	<updated>2026-04-23T06:03:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>http://70.231.62.181/index.php?title=Queued_Sequential_Access_Method&amp;diff=2496027&amp;oldid=prev</id>
		<title>imported&gt;Truthanado: c/e, grammar</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=Queued_Sequential_Access_Method&amp;diff=2496027&amp;oldid=prev"/>
		<updated>2023-09-16T22:44:54Z</updated>

		<summary type="html">&lt;p&gt;c/e, grammar&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Access method to read and write datasets sequentially}}&lt;br /&gt;
In [[IBM mainframe]] [[operating system]]s, &amp;#039;&amp;#039;&amp;#039;Queued Sequential Access Method&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;QSAM&amp;#039;&amp;#039;&amp;#039;)&amp;lt;ref&amp;gt;{{cite manual|publisher=IBM|title=IBM System/360 Operating System Sequential Access Methods Program Logic Manual|id=Y28-6604-1|date=January 1967|url=http://www.bitsavers.org/pdf/ibm/360/os/plm_1966-67/Y28-6604-1_Sequential_Access_Methods_PLM_Jan67.pdf}}&amp;lt;/ref&amp;gt; is an [[access method]] to read and write [[data set (IBM mainframe)|dataset]]s sequentially. QSAM is available on [[OS/360]], [[OS/VS2]], [[MVS]], [[z/OS]], and related operating systems.&lt;br /&gt;
&lt;br /&gt;
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 disk]]s. QSAM offers device independence: to the extent possible, the same [[Application programming interface|API]] calls are used for different devices.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
QSAM manages truncated final blocks and truncated embedded blocks completely transparently to the user.&lt;br /&gt;
&lt;br /&gt;
The QSAM application program interface can be compared with the interface offered by &amp;#039;&amp;#039;open&amp;#039;&amp;#039;, &amp;#039;&amp;#039;read&amp;#039;&amp;#039;, &amp;#039;&amp;#039;write&amp;#039;&amp;#039; and &amp;#039;&amp;#039;close&amp;#039;&amp;#039; calls (using file handles) in other operating systems such as [[Unix]] and [[Microsoft Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Sequential access memory]] (SAM)&lt;br /&gt;
*[[Basic sequential access method]] (BSAM)&lt;br /&gt;
*[[Hierarchical sequential access method]] (HSAM)&lt;br /&gt;
*[[Basic indexed sequential access method]] (BISAM)&lt;br /&gt;
*[[Queued indexed sequential access method]] (QISAM)&lt;br /&gt;
*[[Hierarchical indexed sequential access method]] (HISAM)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Mainframe I/O access methods}}&lt;br /&gt;
&lt;br /&gt;
[[Category:IBM mainframe operating systems]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Truthanado</name></author>
	</entry>
</feed>