Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!yale!think!samsung!uakari.primate.wisc.edu!uflorida!ufqtp!edwards From: edwards@qtp.ufl.edu (W. Dan Edwards) Newsgroups: comp.sys.hp Subject: INFINITE LOOP Message-ID: <947@orange.qtp.ufl.edu> Date: 12 Mar 90 21:47:39 GMT Reply-To: edwards@neon.neon.chem.uidaho.edu Organization: University of Idaho, Moscow Lines: 13 Sender:Daniel Edwards Keywords:Fortran, system subroutines Why does this Fortran program crash and burn on my 9000/350? write(6,600) secnds(0.0) open(unit=1, file= 'trash') stop 600 format(f10.2) end It runs fine if you write one record on unit=1! (Needs the +E1 option on the f77 command) Daniel Edwards \\ Department of Chemistry \\ University of Idaho \\ Moscow, IDAHO 83843 \\ (208) 885-6552 \\ edwards@neon.chem.uidaho.edu