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.
1 – Format
(B)0[m[4mLOG[m file-spec qqq>
2 – Arguments
2.1 – file-spec
Specifies a file to contain the audit trail log. The default file extension is .lis.
3 – 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