Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!wuarchive!decwrl!ucbvax!AERO4.LARC.NASA.GOV!blbates From: blbates@AERO4.LARC.NASA.GOV ("Brent L. Bates AAD/TAB MS361 x42854") Newsgroups: comp.sys.sgi Subject: Binary files on 4D machines Message-ID: <9008151931.AA04768@aero4.larc.nasa.gov> Date: 15 Aug 90 19:31:14 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 18 Does anyone know if SGI plans on FIXING their FORTRAN, so that we can write true binary files, the way we can on the 3000's. This capability is SUPPOSE to be in release 3.3, however, it doesn't work. I want to open a file with a command like: open(unit,file='filename',form='binary') Then write to the file: write(unit) data Writting to a binary file should be as easy as writing to a sequential unformatted file, the ONLY thing I should have to change is the 'form' parameter in the open statement. -- Brent