Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ucbvax.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!harvard!talcott!panda!genrad!decvax!bellcore!sabre!zeta!epsilon!gamma!ulysses!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: RE: VMSINSTAL warning (a work-around) Message-ID: <6020@ucbvax.ARPA> Date: Thu, 4-Apr-85 15:24:21 EST Article-I.D.: ucbvax.6020 Posted: Thu Apr 4 15:24:21 1985 Date-Received: Sun, 7-Apr-85 08:26:18 EST Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 50 From: Denny_Thury I too have experienced the problem with the VMSINSTAL GET option. My fix was to edit SYS$UPDATE:VMSINSTAL.COM adding 1 line to "STEP_13" (before line #1227). An excerpt of the corrected version follows: . . . $13n: letter = f$ext(saveset,1,"ABCDEFGHIJKLMNOPQRSTUVWXYZ") $if saveset .ge. 26 then letter = f$string(saveset+1) $vmi$callback RESTORE_SAVESET 'letter $if .not. $status then goto 13p $saveset = saveset + 1 $on error then goto 13s $if f$length(letter) .gt. 1 then - letter = f$fao("VMI_!4ZL",f$integer(letter)) $!########################################################################## $! $! 1 line Added to fix severe DEC bug $! 12-MAR-1985 by DLWT $IF F$SEARCH ("VMI$KWD:VMIBCKERR.TMP") .NES. "" THEN - DELETE VMI$KWD:VMIBCKERR.TMP;* $! $!########################################################################## $backup/interchange/verify vmi$kwd:*.*;* - 'get_dir''vmi$product.'letter/save_set 'vmi$p6 $on error then goto error_done $vmi$p6 = "" $w = f$search("vmi$kwd:*.*") $if w .nes. "" then set prot=s=rwed vmi$kwd:*.*;* $if w .nes. "" then delete vmi$kwd:*.*;* $w = f$search("") $goto 13n $13p: . . . I have also submitted an SPR defining the problem and included the above fix as a proposed solution.. -------------------------------------------------------- Denny Thury