<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.vmssoftware.com/index.php?action=history&amp;feed=atom&amp;title=File_Organization</id>
	<title>File Organization - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.vmssoftware.com/index.php?action=history&amp;feed=atom&amp;title=File_Organization"/>
	<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=File_Organization&amp;action=history"/>
	<updated>2026-04-30T19:40:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=File_Organization&amp;diff=1886&amp;oldid=prev</id>
		<title>Jane.doe: Created page with &quot;&#039;&#039;&#039;File organization&#039;&#039;&#039; is an attribute of files that reflects the way records are accessed and transferred to programs from storage (in blocks or Bucket|...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=File_Organization&amp;diff=1886&amp;oldid=prev"/>
		<updated>2019-12-15T00:46:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;File organization&amp;#039;&amp;#039;&amp;#039; is an attribute of &lt;a href=&quot;/File&quot; title=&quot;File&quot;&gt;files&lt;/a&gt; that reflects the way records are accessed and transferred to programs from storage (in &lt;a href=&quot;/Block&quot; title=&quot;Block&quot;&gt;blocks&lt;/a&gt; or Bucket|...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;File organization&amp;#039;&amp;#039;&amp;#039; is an attribute of [[File|files]] that reflects the way records are accessed and transferred to programs from storage (in [[Block|blocks]] or [[Bucket|buckets]].&lt;br /&gt;
&lt;br /&gt;
There are three types of file organizations available in OpenVMS:&lt;br /&gt;
* [[Sequential File|sequential]]&lt;br /&gt;
* [[Relative File|relative]]&lt;br /&gt;
* [[Indexed File|indexed]]&lt;br /&gt;
&lt;br /&gt;
If you use the sequential file organization, the multiblock run-time option allows multiple blocks to be transferred during a single I/O operation. Relative files and indexed files use [[Bucket|buckets]] to transfer records. A bucket is a storage structure, consisting of 1 to 63 blocks, used for building and processing relative and indexed files.&lt;br /&gt;
&lt;br /&gt;
Different record access modes are supported by different file organizations:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | File Organization&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Access Mode&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Sequential&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Relative&lt;br /&gt;
! colspan=&amp;quot;col&amp;quot; | Indexed&lt;br /&gt;
|-&lt;br /&gt;
| [[Sequential File Access|Sequential]]&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| [[Random File Access|Random]] by relative record number&lt;br /&gt;
| Permitted with fixed-length record format on disk devices only&lt;br /&gt;
| Yes&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
| [[Random File Access|Random]] by key value&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| [[Random File Access|Random]] by record file access&lt;br /&gt;
| Permitted on disk devices only&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:File Organization]]&lt;/div&gt;</summary>
		<author><name>Jane.doe</name></author>
	</entry>
</feed>