Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!think!ames!ucbcad!ucbvax!HAMLET.CALTECH.EDU!ken From: ken@HAMLET.CALTECH.EDU (Kenneth Adelman) Newsgroups: comp.os.vms Subject: Re: Fortran and filenames Message-ID: <870604220242.020@Hamlet.Caltech.Edu> Date: Fri, 5-Jun-87 01:02:42 EDT Article-I.D.: Hamlet.870604220242.020 Posted: Fri Jun 5 01:02:42 1987 Date-Received: Wed, 10-Jun-87 03:35:58 EDT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Ken@Hamlet.Caltech.Edu (Kenneth Adelman) Distribution: world Organization: The ARPA Internet Lines: 13 I tried both naming it in my OPEN statement and ASSIGNING aor DEFNINING FOR001 (the logical name for Fortran unit 1) as "MUA1:.DMP". But it kept trying to open "MUA1:FOR001.DMP". The problem is that the Fortran OPEN specifies a default file name of 'FOR001.DAT' to RMS and any fields not specified in the FILE keyword default from this. You can change the default with the DEFAULTFILE keyword: open(unit=1,file='mua1:.dmp',defaultfile=' ') Kenneth Adelman Caltech