WHO is a program used to display information in the accounting file. Help can be obtained on a particular topic by typing : HELP WHO subtopic subsubtopic ... Mulitple switches can be appended together. Example: WHO /GROUP=201/CLI=DCL Displays all entrys in group 201 using DCL. Switches can be abbreviated to one character. Additional information available: EXIT HELP ME SHOW /CLI /DEVICE /FULL /GROUP /HEADER /OUTPUT /SUMMARY /TRAILER /UIC /USER 2 EXIT Exits from WHO. You can also type CTRL/Z to exit. 2 HELP [subtopic] or ? Displays help information. Examples: WHO HELP WHO HELP GROUP 2 ME This displays the entry for your login UIC. Example: WHO ME 2 SHOW Displays entrys in the accounting file. The SHOW command was added to be compatible with the WHO program on VAX/VMS. SHOW * Displays all entrys in the accounting file. Example: WHO SHOW * SHOW [uic] Displays the entry for the specified UIC. The left and right brackets are required syntax. Example: WHO SHOW [201,1] SHOW user_name Displays the entry for the specified user name. The name can be either the first or last name. Example: WHO SHOW ROBIN 2 CLI /CLI=cli_name Displays all entrys with the specified CLI name. (CLI = Command Line Interpreter; usually MCR or DCL). Example: WHO /CLI=MCR 2 DEVICE /DEVICE=system_disk_name[:] Diplay all entrys with the specified system disk name. The format is 'ddnn'; where 'dd' is the device mnemonic and 'nn' is the unit number. The colon is optional. Example: WHO /DEVICE=DL0: 2 FULL /FULL Displays a full report. This causes the last logon date and time and total number of logons to be displayed. 2 GROUP /GROUP=group_number Displays all entrys with the specified group number. Example: WHO /GROUP=201 2 HEADER /HEADER or /-HEADER Enables or disables printing the header message. The default is to display the header message. Example: WHO /-HEADER 2 OUTPUT /OUTPUT=file_name Write the accounting report to the specified file name. If the file name is omitted, the default name is WHO.RPT. If the extension is omitted, .RPT is appended. Example: WHO /OUTPUT=ROBIN 2 SUMMARY /SUMMARY Displays a summary report. This is the default. A summary report is also displayed if the RETURN key is typed in response to the WHO prompt. Examples: WHO /SUMMARY WHO WHO>(RETURN key) 2 TRAILER /TRAILER or /-TRAILER Enable or disable printing the trailer message. The default is to display the total number of entrys selected. Example: WHO /-TRAILER 2 UIC /UIC=[group,member] Displays the entry for the specified UIC. The left and right brackets are optional. Examples: WHO /UIC=[201,1] WHO /UIC=1,24 2 USER /USER=user_name Displays the entry for the specified user name. The name can be either the first or last name. Example: WHO /USER=ROBIN