SHWCLHELP.HLB  —  REMOVE  Class  CONNECTIONS
  Removes the connections class from the display.  Optionally,
  removes connections that are in a particular state or
  connections of a particular name from the display.

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

1  –  Qualifiers

1.1    /NAME

  Specifies the local process name of connections which are to be
  removed from the display.  The name must specify the local process
  name of a connection currently displayed in the LOC_PROC_NAME field.
  /NAME=ALL removes all connections currently being displayed.

  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 removed from the display.

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

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

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

1.2    /TYPE

  Specifies the type of connections to removed from 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:  REMOVE CONNECTIONS/TYPE=(type[,...])

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