A GETLKI - This is a midnight hack to display information retrieved C from SYS$GETLKI. It is abysmal code, but it provides an interesting D look at the way locks are being used on your system. Eventually thisG will become a better program, it is really only an "alpha" test program E at this point. While looking through the results of this program, you K will want to look at the Appendix in Volume 2 of the Update Express version , of the Internals and Data Structures Manual.  F This program simply gets info on ALL locks, then tries to sort them byG resource name, with the exception of placing all RMS locks first (since F that is my main interest currently) - ordered by the filename that the resource is referring to.   H This requires CMKRNL and (optionally) ALTPRI privilege to run. It writesF directly to SYS$OUTPUT, and displays binary garbage (from the resource2 names), I redirect SYS$OUTPUT to a file, then use:/ 	$ SEARCH/FORMAT=DUMP filespec ""/OUTPUT=output G to generate a file with the binary garbage replaced with readable text.   (Hey, I said this was a hack...)  B All commentary welcome! Please send them to JOE@FHCRCVAX.bitnet...