Technical data
System Dump Analyzer
ATTACH
ATTACH
Switches control of your terminal from your current process to another process in
your job.
Format
ATTACH [/PARENT] process-name
Parameter
process-name
Name of the process to which you want to transfer control.
Qualifier
/PARENT
Transfers control of the terminal to the parent process of the current process.
When you specify this qualifier, you cannot specify the process-name parameter.
Examples
1.
SDA> ATTACH/PARENT
This ATTACH command attaches the terminal to the parent process of the
current process.
2.
SDA> ATTACH DUMPER
This ATTACH command attaches the terminal to a process named DUMPER
in the same job as the current process.
SDA–45