Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site stl.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!mcvax!ukc!stc-a!stl!dww From: dww@stl.UUCP (David Wright) Newsgroups: net.arch Subject: Re: RMS {SHORT} Message-ID: <130@stl.UUCP> Date: Thu, 14-Mar-85 06:01:03 EST Article-I.D.: stl.130 Posted: Thu Mar 14 06:01:03 1985 Date-Received: Sun, 17-Mar-85 20:59:13 EST References: <552@decwrl.UUCP>, <50@daisy.UUCP> Organization: STL,Harlow,UK. Lines: 12 When I first started to use VMS I thought all that Index Sequential stuff was way over the top - but now I'm wiser and actually use IS files I find they are very effective - but still amazingly complex to fully define. What I find very impressive is that you DON'T NEED TO BOTHER about all the complexity - DEC have a special editor (EDIT/FDL) which designs the file organisation for you - you answer its questions about how many records you'll have/where and what the keys are/do you expect records to be entered in sequential order or not/etc. and it does the rest - even tells you how good it thinks the result will be. It's the sort of programme which would be called 'AI' if written in LISP but as it's probably in BLISS ... Other file system developers please copy!