1  VERIFY 

Verifies that DCE accounts referenced by the DCE
Authorization file (DCE$UAF) still exist in the DCE registry.

   VERIFY  NAME

      Qualifiers            Defaults

      /DCENAME              None
      /OUTPUT=output        /OUTPUT=SYS$OUTPUT:
      /VMSNAME              /VMSNAME
      /[NO]WILD             /WILD
 
2  Parameter

name

   The OpenVMS username or the DCE name of the DCE$UAF record(s)
   that is to be verified. Full OpenVMS wildcarding is allowed.

   By default the name is assumed to be an OpenVMS username. If
   name is to be interpreted as a DCE name then specify /DCENAME. In
   addition if the DCE name contains lowercase characters, spaces,
   or other special characters, enclose the entire string is quotes.

2  Qualifiers

/DCENAME

   Specifies that name is to be interpreted as a DCE name.

/OUTPUT

      /OUTPUT=output

   Determines where the output is written. The default is SYS$OUTPUT:.
 
/VMSNAME

      /VMSNAME (default)

   Specifies that name is to be interpreted as an OpenVMS account
   name. This is the default.

/WILD

      /WILD (default)
      /NOWILD

   Specifies whether or not standard VMS wildcarding is to be
   applied to name. The default is /WILD which means a name of
   "SM*" is interpreted as meaning "match any name starting SM".
   If /NOWILD is specified the name "SM*" is searched for.