LAST The LAST program provides information on when the last time a user logged in, what group they are from and how many days it has been. This is done using system routines. If the user has never logged in, then a USEROPEN routine starts up RMS services to extract the creation date of the user's default loggin area. This was done under the assumption that the user's directory was created when the account was created. DIGITAL otherwise keeps no record of when an account was added. Example: $ LAST JBAKER JBAKER SYSTEM SUPPORT 9-JAN-1990 0 DAYS $ LAST JDOE JDOE MANAGEMENT AWARENESS 21-MAR-1986 1390 DAYS **NEVER USED** Qualifiers: /ALL_USERS - lists all applicable users in the UAF file. /ALL_GROUPS - lists all users by their group. /GROUP - allows user to single out a particular group. /DAYS - will allow user to set for how many days the program will report with a default of 0. /HELP - shows the help file for the utility. (We do not have this set up for the general user.) All four of these qualifiers will be ignored if a username is specified for the parameter. NEEDED CHANGES: The .CLD file must be changed accordingly for the correct directory structure of the executable image. The source must be changed for the /HELP qualifier since the program looks into SYS$UTILITIESX:[LAST] and then recompiled and linked. The following files are included with this utility: AAAREADME.1ST - Obviously that's this file. LAST.BUILD - Command file for building parts of utility. LAST.CLD - Obviously the command definition file. LAST.EXE - Obviously the executable. LAST.FOR - Obviously the source file. LAST.HLB - Obviously the help module. LAST.HLP - Obviously the help source. LAST.OBJ - Obviously the object file. LAST.OPT - Holds version of LAST utility. UAFDEF.INC - An include file for the defining of a structure. If there are any questions, comments, or suggestions: Jonathan C. Baker Naval Surface Warfare Center Code N23 Dahlgren, VA 22448 (703)663-8705