Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!AI.AI.MIT.EDU!KFL From: KFL@AI.AI.MIT.EDU.UUCP Newsgroups: mod.computers.vax Subject: Re: Reading lines in Fortran Message-ID: <162693.870303.KFL@AI.AI.MIT.EDU> Date: Tue, 3-Mar-87 21:05:13 EST Article-I.D.: AI.162693.870303.KFL Posted: Tue Mar 3 21:05:13 1987 Date-Received: Fri, 6-Mar-87 02:20:26 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 11 Approved: info-vax@sri-kl.arpa No doubt someone will explain how this can be done in a few dozen lines of assembler using SYS$QIOW. But if you dislike assembler and SYS$QIOW as much as I do, there is an easier way. Use the DUMP command on the tape. The output of the DUMP command will be a reasonable text file with lines no longer than 132 characters. It is then easy to write a program in the language of your choice to read the DUMP file. ...Keith