1 /ALL
Adds all the fields in the Connections class to the display. Format: ADD CONNECTIONS/ALL
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$
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.