These programs are used as a handy way to find either the holders of a specific Identifier, or to find the Identifiers held by a certain user. They are written in COBOL, and make use of calls to $FIND_HELD and $FIND_HOLDER. We have set up symbols to run these as follows: $ find_holder :== $find_holder $ find_held :== $find_held To run them, simply type: $ FIND_HOLDER rights-identifier-name to get the holders of the rights identifier or $ FIND_HELD username to get the identifiers held by that username To build the executables, $ cobol find_holder $ link find_holder $ cobol find_held $ link find_held These have been tested and used on a VMS V4.7 system. I have not had the time to test on a V5.* system, but I would think that they would work.