Using REPLY/LOG from DCL? Disabling Console OPCOMs?
Your terminal must be enabled as an operator terminal before the REPLY/LOG command can be used, but a DCL procedure (batch command file, system startup, etc) does not have an associated terminal. To make this work, use the following sequence to enable the OPA0: console as the operator terminal, then the REPLY/LOG command will be accepted: $ DEFINE/USER SYS$COMMAND _OPA0: $ REPLY/LOG $ DEFINE/USER SYS$COMMAND _OPA0: $ REPLY/ENABLE To disable the system console terminal (OPA0 as an operator terminal, use the following command: $ DEFINE/USER SYS$COMMAND _OPA0: $ REPLY/DISABLE 8-5 DCL Details Also see SYLOGICALS.COM (and SYLOGICALS.TEMPLATE) for information on configuring the behaviour of OPCOM, including the (default) use of the system console (OPA0 as an operator terminial and the specific contents and behaviour of the system operator log file OPERATOR.LOG.
Related Questions
- I submitted a request and have reviewed the Request Details, Activity Log, and Process View from the Request Entry console. How do I get more information regarding my request?
- How do I open Java console and/or generate log file? How do I see error messages?
- Using REPLY/LOG from DCL? Disabling Console OPCOMs?