The users program is a DCL like utility for allowing users to read the system authorization file to determine a persons username. The program consists of the the following files: DCLTABLES.TXT - Instructions for adding the USERS command to the DCL tables permanently CLIDEF.FOR - Include file containing the return codes for CLI utility GETCLI.FOR - Routine for reading the command line GETREC.FOR - Routine for reading a record from the SYSUAF.DAT file and determining if it matches the user supplied criteria LPOUTPUT.FOR - Routine for printing out matched records to the line printer OPENUAF.FOR - Routine for opening the SYSUAF.DAT file TTYOUTPUT.FOR - Routine for printing out matched records to the terminal USERS.FOR - Main program contains instructions for building and installing the program USERS.CLD - DCL command language definition file USERS.HLP - Help file for USERS should be added to SYS$HELP:HELPLIB.HLB Users command format: $ USERS [search-name] Search-name Specifies a name to be searched for; it can be a maximum of 12 characters. A list of all accounts that contain the supplied name in the USERNAME or the OWNER fields will be output (ex. $ USERS KENN will get a list of all accounts that contain the string KENN in them). Do not use the * match all character in the search name. /PRINTER If you specify /PRINTER the output is directed to a file named USERS.LIS, which is spooled for printing automatically and then deleted. NOTE: The following must be performed in order for users to run the program. 1) The file USERS.HLP must be added to the library SYS$HELP:HELPLIB.HLB 2) The following must be done in the system wide login file $ SET COMMAND USERS.CLD (USERS.CLD must be in SYS$MANAGER) An alternative would be to modify the DCL tables permanently see the file DCLTABLES.TXT for instructions on how to do this. 3) The program should be compiled and linked with /NOTRACE and /NOSYMBOL 4) The program should be installed with /PRIV=SYSPRIV every time the system is booted Please send questions or suggestions to: FORREST A. KENNEY 1600 S. EADS St. Apt. 425 N Arlington, Va. 22202