HP OpenVMS Systemsask the wizard |
The Question is: Is there a way to close the operator.log file of OPCOM , say on a daily basis without rebooting? The Answer is :
Please see the OpenVMS Frequently Asked Questions (FAQ), specifically
see section "DCL4. How do I do a REPLY/LOG in a batch stream?".
From a periodic batch job:
$ SET PROCESS/PRIVILEGE=OPER
$ DEFINE/USER SYS$COMMAND OPA0:
$ REPLY/LOG
|