ATTACH

From VSI OpenVMS Wiki
Revision as of 13:56, 2 December 2019 by Jane.doe (talk | contribs) (Created page with "ATTACH is a DCL command that transfers control from your current process (which then hibernates) to the specified process. The ATTACH and [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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).