1.DBG_1> CONNECT This command brings under debugger control any processes that are waiting to be connected to the debugger. 2.DBG_1> CONNECT JONES_3 This command interrupts the image running in process JONES_3 and brings the process under debugger control. Process JONES_ 3 must be in the same UIC group as the process in which the debugger was started. Also, the image must not have been linked with the /NOTRACEBACK qualifier. 3.DBG> CONNECT %NODE_NAME SCDTST /PASSWORD="eager_beaver" %DEBUG-I-NOLOCALS, image does not contain local symbols DBG> This CONNECT command brings the target system running the OpenVMS operating system under debugger control. This example specifies that the target system has a node name of SCDTST and a password of eager_beaver.