Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 4/15/85; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Re: Version limit Query Message-ID: <7907@ucbvax.ARPA> Date: Fri, 7-Jun-85 10:54:12 EDT Article-I.D.: ucbvax.7907 Posted: Fri Jun 7 10:54:12 1985 Date-Received: Sat, 8-Jun-85 02:59:04 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 15 From: Gail Rubin Use SET DIRECTORY /VERSION=n, not SET FILE. SET FILE always works the same on its file argument, it doesn't matter whether the argument is a directory or not. So of course SET FILE FOO.DIR/VERSION=n just limits how many FOO.DIR's there can be (which, as you noted, is meaningless). To have VMS interpret your commands as relating to a DIRECTORY, use SET DIRECTORY. -- Gail Rubin (grubin@bbn-spca or @bbn-unix)