/sys$common/syshlp/SHWCLHELP.HLB  —  ADD  Class  CONNECTIONS
  Adds the Connections class to the display.  Optionally,
  connections in a particular state, or connections of a
  particular name can be added to the display.
  By default, all connections are displayed.

  Format:  ADD CONNECTIONS [/qualifier,...]

1  –  Qualifiers

1.1    /ALL

  Adds all the fields in the Connections class to the display.

  Format:

          ADD CONNECTIONS/ALL

1.2    /NAME

  Specifies the local process names of connections that are to be added
  to the display. /NAME can specify the local process name of a
  connection that was previously removed from the display via the REMOVE
  CONNECTION/NAME command or ALL to restore all connections.

  Up to 16 characters of the local process name can be specified.
  If abbreviated, all connections with local process names matching
  the characters specified will be added to the display.

  Format:  ADD CONNECTIONS/NAME=(local-process-name[,...])
           ADD CONNECTIONS/NAME=ALL

  If only one name is specified, the parenthesis can be omitted.

  Examples: ADD CONNECTIONS/NAME=(VMS$DISK_CL_DRVR,VMS$TAPE_CL_DRVR)
            ADD CONNECTIONS/NAME=VMS$

1.3    /TYPE

  Specifies the type of connections to add to the display.  Valid
  connection types are:

   OPEN    - Connections in the open state.
   NOOPEN  - Connections in the closed state, listen states, or any of
             the connect, disconnect, accept, reject, or failed states.
   ALL     - All types of connections.

  Format:  ADD CONNECTIONS/TYPE=(type[,...])

  If only one type is specified, the parenthesis can be omitted.
Close Help