Path: utzoo!attcan!uunet!munnari.oz.au!uhccux!ames!dftsrv!iris613.gsfc.nasa.gov!merritt From: merritt@iris613.gsfc.nasa.gov (John H Merritt) Newsgroups: comp.sys.sgi Subject: f77 dumped core Message-ID: <975@dftsrv.gsfc.nasa.gov> Date: 22 Feb 90 15:34:09 GMT Sender: news@dftsrv.gsfc.nasa.gov Reply-To: merritt@iris613.gsfc.nasa.gov (John H Merritt) Organization: Goddard Space Flight Center Climate and Radiation Branch Lines: 27 f77 could not digest the following program; it handled it fine when I have the declaration of the character variable. -------------------- cut --------------------------------- program test * character*80 inpfile * inpfile = '10-28-86' open(1,file="/usr/local/lib/"//inpfile, * status='old',err=111,form='unformatted', *access='direct',recl=5752) print*,'Open SUCCESSFUL' stop 111 print*,'Open FAILED' stop end -------------------- cut --------------------------------- Here is the response I received for 'f77 test.f': Fatal error in: /usr/lib/fcom - core dumped Signal 139 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ John H. Merritt # Yesterday I knew nothing, Applied Research Corporation # Today I know that. merritt@iris613.gsfc.nasa.gov #