<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Michael,</div><div><br></div><div>I found lots of useful RSTS manuals at <a href="http://wjh.conflux.net:16080/RSTS-V9/web/manuals.html">http://wjh.conflux.net:16080/RSTS-V9/web/manuals.html</a>.  From what I read, RSTS supports both DOS-11 and ANSI tape label processing.  If you use ANSI tapes, you have to choose between no format conversion or record conversion.  The former writes a "U" for the file format (an extension to the ANSI spec) in the tape labels.  The manuals say that these tapes can only be read by RSTS systems.  If you choose format conversion, a "D" is written for the format in the tape labels.  Unlike RSX-11 and VMS, RSTS does not support ANSI tapes and format conversions in the file system -- RSTS only writes the labels for you, you have to perform the format conversion.  The PIP utility or the DCL COPY command is the most promising way to read/write tapes -- they will do the format conversions.  As far as I could tell, RSTS supports FCS (File Control Services) and RMS-11 (Record Management Services) file formats.  FCS text files are like RT-11 format: the line starts with a LF and ends with a CR.  I think that is the format you would use to write DOS-11 format tapes (each file has a 14-byte label followed by 512-byte blocks and a tape mark) or ANSI "U" format tapes.  Just like with FTP, getting text files from one system to another can be troublesome.  Kermit occurred to me as a viable alternative.  It sounds like you may already be on to that.</div><div><a href="http://wjh.conflux.net:16080/RSTS-V9/web/manuals.html"></a><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Helvetica Neue'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div><div><div><div><div><div><div><div>Larry Baker</div><div>US Geological Survey</div><div>650-329-5608</div><div><a href="mailto:baker@usgs.gov">baker@usgs.gov</a></div></div></div></div></div></div></div></div></div></div></div></span> </div><br><div><div>On Apr 30, 2010, at 9:00 AM, <a href="mailto:simh-request@trailing-edge.com">simh-request@trailing-edge.com</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Helvetica Neue'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="font-family: monospace; ">Date: Fri, 30 Apr 2010 10:06:44 +0800<br>From: Michael Richter <<a href="mailto:ttmrichter@gmail.com">ttmrichter@gmail.com</a>><br>Subject: Re: [Simh] Making tape/disk images<br>To: simh <<a href="mailto:simh@trailing-edge.com">simh@trailing-edge.com</a>><br>Message-ID:<br><span class="Apple-tab-span" style="white-space: pre; ">       </span><<a href="mailto:x2nee970b291004291906z309253aaob39d17eb0d30c88c@mail.gmail.com">x2nee970b291004291906z309253aaob39d17eb0d30c88c@mail.gmail.com</a>><br>Content-Type: text/plain; charset="utf-8"<br><br>Have I mentioned recently how much I love this community?<br><br>Thanks for all the pointers, code, information and offers guys!  I'll go<br>over everything, figure out what's working best and report back my findings.<br>If that means writing a tar-alike I'll also post the code.<br><br>(I'm also going to put up a tape image with a fully-functioning Kermit-11<br>for RSTS and, maybe, RSX-11 and RT-11 (if I have the time) so others don't<br>have to go through this mess.)<br><br></span></span></blockquote></div><br></div></body></html>