[Info-vax] unzip.exe and cc064.zip

Steven Schweda sms.antinode at gmail.com
Wed Oct 5 22:25:20 EDT 2016


> @sys$update:autogen savparams
> Then I ran
> @sys$update:autogen 

   I do very little of this stuff these days (and never did
very much), and I tend to forget the details of AUTOGEN. 
Almost all I ever do can be summarized in a few DCL symbols,
which show almost the only ways I ever run AUTOGEN:

ALP $ show symbol ag*
  AG == "@ SYS$UPDATE:AUTOGEN"
  AG1 == "@ SYS$UPDATE:AUTOGEN SAVPARAMS TESTFILES"
  AG2*R == "@ SYS$UPDATE:AUTOGEN GETDATA REBOOT"
  AG2S == "@ SYS$UPDATE:AUTOGEN GETDATA SHUTDOWN"

   Generally speaking, after changing MODPARAMS.DAT, I do
"AG1", and, as advised, review AGEN$PARAMS.REPORT.  If
changes are needed, then re-edit MODPARAMS.DAT, and re-do
"AG1".  Eventually, when all seems well, I do "AG2"
(= "AG2R").  Rarely, I use "AG2S", to do a shutdown instead
of a reboot.

   I also have some logical names defined, so that I don't
need to remember where those files reside:

ALP $ show logical mpd
   "MPD" = "sys$system:modparams.dat" (LNM$PROCESS_TABLE)
ALP $ show logical agpr
   "AGPR" = "sys$system:agen$params.report" (LNM$PROCESS_TABLE)

   Remembering MPD, AGPR, AG1 and AG2 is still within my
limited (and ever-shrinking) capabilities.



More information about the Info-vax mailing list