CDD/Plus CDO ATTACH — VMS CDD+_4.1A
Causes the current process to attach to a process or subprocess.
ATTACH ─────> process-name ──────>
Additional information available:
process-name
Specifies the name of the process to which the connection is to be made. If you do not specify a process name, you are attached to your parent process (the process in which you are running CDO).
Examples
The following command attaches the current process to a process named SMITH. CDO> ATTACH SMITH The following command attaches the current process to the process "Jim Smith," which is enclosed in quotes because it contains a blank and lowercase characters: CDO> ATTACH "Jim Smith"