1 ATTACH Enables you to switch control from your current process to another process in your job. You can only specify one of process-name, /IDENTIFICATION or /PARENT. Format: ATTACH [process-name] 2 process-name Specifies the name of the process to which the connection is to be made. You cannot connect to the process if: o The process is your current process o The process is not part of your current job o The process does not exist If you specify process-name you cannot specify /PARENT or /IDENTIFICATION. 2 /IDENTIFICATION /IDENTIFICATION=pid Specifies the process identification (PID) of the process to which terminal control will be switched. If you specify /IDENTIFICATION you cannot specify /PARENT or process-name. 2 /PARENT /PARENT This is only valid if issued from a sub-process. It specifies that you want to attach to your parent process. If you specify /PARENT you cannot specify process-name or /IDENTIFICATION.