ATTACH

From VSI OpenVMS Wiki
Jump to: navigation, search

ATTACH is a DCL command that transfers control from your current process (which then hibernates) to the specified process. The ATTACH and SPAWN commands cannot be used if your terminal has an associated mailbox.

Syntax

ATTACH  [process-name]

Qualifiers

/IDENTIFICATION allows you to specify a PID rather than a process name (incompatible with the process name parameter).