DCE$UAF_HELP.HLB  —  SHOW  Qualifiers

1    /DCENAME

       /DCENAME

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

2    /FORMAT=ADD_COMMAND

       /FORMAT=ADD_COMMAND

    When used with the /OUTPUT=output qualifier, produces output
    that can later be entered into DCE$UAF as valid ADD commands.

3    /FORMAT=REMOVE_COMMAND

       /FORMAT=REMOVE_COMMAND

    When used with the /OUTPUT=output qualifier, produces output
    that can later be entered into DCE$UAF as valid REMOVE commands.

    You can use this qualifier and a command procedure to remove
    wildcarded entries from the DCE$UAF file.  (The REMOVE command does
    not support wildcards.) For example, to delete all of the entries that
    belong to server accounts in your DCE$UAF file, enter the following:

    DCE$UAF> SHOW *SERVER* /FORMAT=REMOVE_COMMAND /OUTPUT=REM.COM
    DCE$UAF> @REM

4    /OUTPUT

       /OUTPUT=output

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

5    /VMSNAME

       /VMSNAME (default)

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

6    /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.
Close Help