The following directories are a set of programs that I have found useful from time to time. Enjoy them if you use them. If you make changes, I would like to here about them. Paul D. Clayton Manager Of Systems TSO Financial 5 TSO Center 300 Welsh Rd. Horsham, PA. 19044 215/657-4000 [.DISKTST] - This program will create a 400,000 block disk file and then do random read/writes across the file with a record length of 1 to 32,000 bytes. It will also change the data pattern and verify that the write had no problems. [.MAPSRCH] - This system will take as input the .MAP files created when images are linkedand allow a user to query in which images a certain object module is used. This comes in handy if you use a considerable number of different object libraries during the link phase, and you make a change to one module. A person not familar with ALL the systems could find out which ones need to be rebuilt quickly. [.PRIVDUMP] - This program will take as input the SYSUAF file and generate a listing of the VMS privledges and under each privledge, give all the usernames that have that privledge. It will do this for both the DEFAULT and AUTHORIZED privledge mask. [.STRUCT] - This program is a POOR man's system for reading through source code and deriving the 'WHO CALLS WHO' listing. It does not perform intrictate checks on the syntax. Its more of a brute force to get something out. It DOES read RATFIV, FORTRAN, MACRO-32, and COBOL source files. It has problems with source lines broken over many lines.