Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 + RN 4.3; site inset.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!mcvax!ukc!stc!inset!dave From: dave@inset.UUCP (Dave Lukes) Newsgroups: net.lang.f77 Subject: Re: Namelist Interpreter Message-ID: <746@inset.UUCP> Date: Mon, 21-Oct-85 14:24:23 EDT Article-I.D.: inset.746 Posted: Mon Oct 21 14:24:23 1985 Date-Received: Thu, 24-Oct-85 06:15:47 EDT References: <269@ukc.UUCP> <256@uwstat.UUCP> <582@bonnie.UUCP> <584@bonnie.UUCP> Reply-To: dave@inset.UUCP (Dave Lukes) Organization: The Instruction Set Ltd., London, UK. Lines: 23 Keywords: namelist i/o Xpath: stc stc-a In article <584@bonnie.UUCP> dpw@bonnie.UUCP (David Williams) writes: > According to the compiler folks at AIS in Summit > the V.2 f77 compiler includes stuff to support > namelist, but it requires an upgrade of the operating > system (!???) to function. Well then, how come the following program seems to work perfectly well (VAX V.2R2): program fred character*32 c namelist /joe/i,c,a i=123405 a=1234.5 c = 'institute for contemporary arts' write(8,joe) rewind(8) read(8,joe) end upgrade schmupgrage i.e. namelist i/o works quite well, thank you ... Dave (``try it out'') Lukes.