<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.ndwiki.org/index.php?action=history&amp;feed=atom&amp;title=SCRATCH-OPEN</id>
	<title>SCRATCH-OPEN - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.ndwiki.org/index.php?action=history&amp;feed=atom&amp;title=SCRATCH-OPEN"/>
	<link rel="alternate" type="text/html" href="https://www.ndwiki.org/index.php?title=SCRATCH-OPEN&amp;action=history"/>
	<updated>2026-05-16T13:44:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://www.ndwiki.org/index.php?title=SCRATCH-OPEN&amp;diff=4289&amp;oldid=prev</id>
		<title>Tingo: created SCRATCH-OPEN page</title>
		<link rel="alternate" type="text/html" href="https://www.ndwiki.org/index.php?title=SCRATCH-OPEN&amp;diff=4289&amp;oldid=prev"/>
		<updated>2017-08-17T12:30:08Z</updated>

		<summary type="html">&lt;p&gt;created SCRATCH-OPEN page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; @SCRATCH-OPEN &amp;lt;file name&amp;gt;, &amp;lt;access type&amp;gt;&lt;br /&gt;
Open a file as a scratch file.&lt;br /&gt;
; &amp;lt;file name&amp;gt; : (default type = SYMB) file name.&lt;br /&gt;
; &amp;lt;access type&amp;gt; : specifies the intended [[access modes|access-mode]], only the following combinations are legal:&lt;br /&gt;
 R  - sequential read&lt;br /&gt;
 W  - sequential write&lt;br /&gt;
 RW - sequential read and write&lt;br /&gt;
 RX - random read&lt;br /&gt;
 WX - random read and write&lt;br /&gt;
 WA - sequential write append&lt;br /&gt;
 RC - random read with read and write access from other users allowed (only contiguous files)&lt;br /&gt;
 WC - random read and write with read and write access from other users allowed (only contiguous files)&lt;br /&gt;
&lt;br /&gt;
Rules:&lt;br /&gt;
#Permitted for all users.&lt;br /&gt;
#The file is kept permanently opened. It is closed when logging out or by @CLOSE-FILE &amp;lt;file no.&amp;gt; but not @CLOSE-FILE -1. When closed, only the first 32K words are retained.&lt;br /&gt;
# @CLOSE-FILE -2 also closes scratch files.&lt;br /&gt;
#See rules 2 - 6 of @[[OPEN-FILE]].&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
@SCRATCH-OPEN SCRATCH:DATA, RW&lt;br /&gt;
&lt;br /&gt;
The file SCRATCH:DATA is opened as a scratch file with read and write access.&lt;br /&gt;
&lt;br /&gt;
== Related commands ==&lt;br /&gt;
@[[CONNECT-FILE]]&lt;br /&gt;
&lt;br /&gt;
@[[OPEN-FILE]]&lt;br /&gt;
&lt;br /&gt;
[[OPEN (monitor call)]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{ND-doc|60.128.03}} (printed February 1983), page 1-179&lt;br /&gt;
&lt;br /&gt;
{{ND-doc|60.174.Q01}}&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Background Commands]]&lt;/div&gt;</summary>
		<author><name>Tingo</name></author>
	</entry>
</feed>