1.COMMAND> DISPLAY/EVENT_TYPE=SYSUAF
COMMAND> CONTINUE
The first command in this example selects records that were
generated as a result of a modification to the system user
authorization file (SYSUAF). The second command displays the
selected records.
2.COMMAND> DISPLAY/SELECT=USERNAME=CRICK
COMMAND> CONTINUE
.
.
.
<Ctrl/C>
COMMAND> DISPLAY/SELECT=USERNAME=WATSON
COMMAND> CONTINUE
The first DISPLAY command in this example selects records that
were generated by user CRICK. The second command displays the
selected records. The next DISPLAY command selects records that
were generated by user WATSON. The last command in the example
displays all records generated by users CRICK and WATSON.