  Automatically create new OPERATOR.LOG? 
 The Question is:
 
How do I get a new version of operator.log automatically created on a
reboot?
 
 
 The Answer is:
 
  To SYSTARTUP_VMS.COM, add the following:
 
    $ define/user sys$command opa0:
    $ reply/enable
    $ define/user sys$command opa0:
    $ reply/log
    $ define/user sys$command opa0:
    $ reply/disable
 
