RDB/VMS RMU/ALTER LOG — VMS RDB_4.1A
Keeps an audit trail of all or part of an RdbALTER session. After you specify the LOG command, RdbALTER commands and their results are logged in the specified log file until you close the log file by entering a NOLOG command, an EXIT command, or another LOG command.
Additional information available:
Format
LOG file-spec ───>
Additional information available:
file-spec
Specifies a file to contain the audit trail log. The default file type is .LIS.
Examples
Example 1 The following command creates the file AUDIT.LIS and begins audit trail logging. RdbALTER> LOG AUDIT Example 2 The following command creates the file AUDIT.TRL and begins audit trail logging. RdbALTER> LOG AUDIT.TRL