RDB/VMS RMU/ALTER LOG — VMS RDB_4.0
Keeps an audit trail of all or part of a RdbALTER session. All RdbALTER commands and their results are logged until you enter a NOLOG or EXIT command to close the log file.
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 example creates the file AUDIT.LIS and begins audit trail logging. RdbALTER> LOG AUDIT Example 2 This example creates the file AUDIT.TRL and begins audit trail logging. RdbALTER> LOG AUDIT.TRL