I've been meaning to submit some of these programs for years but I haven't gotten around to it until now. These are all All-in-1 utilities. Where feasible, I've included a sample of the output. I use these programs in an All-in-1 v2.3 environment. I don't believe that there are any differences in the files that are accessed in All-in-1 v2.4 but you should check this out. I've included fortran source, includes, objects and executables so you can do what you want. All of these programs operate in strictly read-only mode. They are to provide information to help you and you must use it as you want. At the bottom of this is a disclaimer that I'm required to include. PLEASE READ IT. Good luck and let me know how it goes. Russell C. Zaccari, Jr. Primerica MS: BSP03C 300 St Paul Place Baltimore, MD 21202 301-332-5945 DAF (DAF_MAIN and DAF_LOOKUP) This program takes a vms filename and gives you everything you could ever want to know about it. To use it, set up a foreign command like daf and type "daf OA$SHARE1:ZRPXBTCQM.WPL" and you will get something like the following: Subject : dec training Title : dec training Sender : PETRILAKM Senders Full Name : Marie Petrilak Senders Tel No : Type of document : MAIL Date Created : 18-Sep-1987 20:17 Date Modified : 19-Sep-1987 22:00 Date Sent : 19-Sep-1987 22:00 Read Receipt : NO Date Posted : 19-Sep-1987 22:00 Delivery Receipt : NO Date Deferred : Priority : FIRST_CLASS No of Attachments : 0 VMS fname : OA$SHARE1:ZRPXBTCQM.WPL Data type : WPSPLUS Language : References : 1 TO: Joanne Grelli ( GRELLIJ ) EMAIL This program takes a username (or username profile) and gives you stats about thier documents. To use, set up a foreign command like emc (email count) and type "emc username" and you will get output like this: NAME EMAIL WPS S2020 Dist Other Archv TOTAL ALLIN1 28 0 0 0 2 0 30 If you want to use the other options, they are /FULL, /MATCH and /EXTRA. Full looks like this: NAME EMAIL WPS S2020 Dist Other Archv TOTAL ALLIN1 CREATED 0 0 0 0 0 0 0 READ 0 0 0 0 0 0 0 SENT 19 0 0 0 0 0 19 WASTEBASKET 2 0 0 0 0 0 2 FILED 7 0 0 0 2 0 9 TOTAL 28 0 0 0 2 0 30 MATCH will allow you to enter the beginning characters like "emc z" and you will get a brief listing for all people that begin with z. For all users type "emc *". EXTRA gives you all documents that each person has and information about each (name, number, folder, author and vms filename). PEND_CLEANUP This program tells you about any users that have pending mail and don't have a profile record. To use, just run it. Sample output is not included. PROFILE This program gives information from a users profile record without having to go into All-in-1. Here is an example: username: MANAGER fullname: ALL-IN-1 System Manager title: depart: location: intloc: phone: status: direct: DISK5:[ALLIN1.MGR] The program reads the whole record so you can take anything from the profile record. Due to our legal department's requirements I must include the following disclaimer. Because of this I must recommend that you examine the program's source code and compile and link each on your own. Therefore I have included everything that you will need for each of these utilities. These programs are provided AS IS. Primerica makes no statements or promises regarding the use or operations of these programs. There is no promised or intended warranty for any loss caused either directly or indirectly by any of these programs. Summary: If you use it and lose it, don't call us. For you information, most of these utilities use read-only shared access to your files. Many ignore locks from other programs.