Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!homxb!mtuxo!mtune!rutgers!sunybcs!boulder!hao!oddjob!mimsy!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.UUCP Newsgroups: comp.unix.questions Subject: Re: Tape I/O Question Message-ID: <6619@brl-smoke.ARPA> Date: Fri, 30-Oct-87 01:40:06 EST Article-I.D.: brl-smok.6619 Posted: Fri Oct 30 01:40:06 1987 Date-Received: Sun, 1-Nov-87 03:47:14 EST References: <29500018@ccvaxa> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 9 In article <29500018@ccvaxa> ojones@ccvaxa.UUCP writes: >Is is possible to write information to tape in unix using >the fortran language. Not really -- use C, or better yet write to stdout (LUN 6) piped through the "dd" utility to do the tape record blocking for you. Your problems may stem from the buffering done by the Fortran I/O library.