  Help debugging DCL SET error? 
 The Question is:
 
what does this error mean %SET-F-SEARCHFAIL, error searching for !AS?  We have
 an online menu to add and delete users.  I am trying to avoid giving novices
 dcl access.  Every time they try to delete a user in our setusers module they
 get this message.
 
Thanks
 
 The Answer is:
 
  You will want to use f$verify or similar debugging mechanism(s).
  Using debugging, you will specifically want to determine exactly
  which operation is failing.
 
