<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Saving My Fortran Data on a CD]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=735</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=735&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Saving My Fortran Data on a CD.]]></description>
		<lastBuildDate>Mon, 24 Feb 2020 12:07:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Saving My Fortran Data on a CD]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3416#p3416</link>
			<description><![CDATA[<p>When you use Fortran&#039;s <em>OPEN</em> statement, you can specify a full path to a file using the <em>FILE</em> argument:</p><div class="codebox"><pre><code>OPEN(FILE=&#039;E:\data.out&#039;, UNIT=100, STATUS=&#039;NEW&#039;, ACCESS=&#039;WRITE&#039;)</code></pre></div><p>However, Windows could very well block this operation.&nbsp; Directly writing to a CD is considerably different (and substantially slower) than writing to a hard disk or SSD.&nbsp; It might be preferable to manually copy data files to the drive after creating them on disk.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 24 Feb 2020 12:07:50 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3416#p3416</guid>
		</item>
		<item>
			<title><![CDATA[Saving My Fortran Data on a CD]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=3414#p3414</link>
			<description><![CDATA[<p>What would be the specific commands that I would add to my program to save my fortran data file on drive E which is my read/write cd?</p>]]></description>
			<author><![CDATA[null@example.com (NadineNiles$&)]]></author>
			<pubDate>Fri, 21 Feb 2020 22:38:10 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=3414#p3414</guid>
		</item>
	</channel>
</rss>
