1 LIST Changes the criteria used to select event records. The LIST command is synonymous with the DISPLAY command. Format LIST 2 Qualifiers /BEFORE=time Controls whether only those records dated earlier than the specified time are selected. /BRIEF Controls whether a brief (one-line-per-record) format is used in ASCII displays. /EVENT_TYPE=event-type[,...] Controls whether only those records matching the specified event type are selected. /FULL Controls whether a full format for each record is used in ASCII displays. /IGNORE=criteria[,...] Controls whether records matching the specified criteria are excluded. If you specify /IGNORE two or more times, the criteria are combined. To specify a new set of exclusion criteria, include the /REMOVE qualifier with the /IGNORE qualifier. /PAUSE=seconds For full-format displays (/FULL), specifies the length of time each record is displayed. /REMOVE Controls whether the criteria specified by the /IGNORE and the /SELECT qualifiers are no longer to be used to select event records to be displayed. /SELECT=criteria[,...] Controls whether only those records matching the specified criteria are selected. If you specify /SELECT two or more times, the criteria are combined. To specify a new set of exclusion criteria, include the /REMOVE qualifier with the /SELECT qualifier. /SINCE[=time] Controls whether only those records dated the same or later than the specified time are selected. 2 Example COMMAND> LIST/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.