The LINE-DET command detaches the specified line from the current process, making the line available to other users. You must have SYS1 privileges to use LINE-DET.
Format
LINE-DET line [(U)] |
Parameter(s)
line |
Number of the line to be detached. |
U |
Breaks the attachment of the specified line to your own or any other process. You must have SYS2 privileges to use the U option. |
Description
When the line is successfully detached, no message is displayed.
If the line you specify is not attached to your process, the following message is displayed:
[1147] NOT ATTACHED! |
Detaching Your Process from a Line
The following example detaches line 3 from your process:
>LINE-DET 3 |
Detaching Any Process from a Line
The following example detaches line 5 from any process it is attached to:
>LINE-DET 5 (U) |