Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!mel.dit.csiro.au!diemen!sol!quan From: quan@sol.surv.utas.oz (Stephen Quan) Newsgroups: comp.lang.fortran Subject: Needed fortran routines for maitain a random access table. Summary: Ideas wanted for making a random access table. Keywords: random access table Message-ID: Date: 2 Jul 90 03:26:21 GMT Sender: news@diemen.utas.edu.au Distribution: comp Lines: 26 Hello, I am a freshman in Fortran, so my style of programming may not totally Fortranish. Currently I am writing some routines that do a bit of topography. Bascialy, I need about five different tables, preferable sorted. I wrote one, using a temporary direct access file and it works fine - but I found I had to reinvent this code to do the other four. I was wondering if there is a technique for just making one library routine for tables in general. Table 1 : Format is (I10,I10) Table 2 : Format is (I10,I10) Table 3 : Format is (I10,4G30.15) Table 4 : Format is (I10,3G30.15) Table 5 : Format is (I10,I10) Where the 1st field is the index (not a unique index though). So if there is any suggestions/fortran commands I should be looking up please e-mail me. Personally, I think something like imbedding Oracle*SQL into my code is the solution but we don't have SQL*Fortan installed and it really isn't that major. So all I want is just some tips - preferably guidance to learning a bit more fortran as well in the process. -- Stephen Quan quan@sol.surv.utas.edu.au [131.217.30.1]