The end command terminates a process on another port, or the current port if a port number is not specified.
end {port.number user-ID}
The end command stops processing at the previous level and returns to the preceding level TCL prompt. However, if there is an active list at the current level, then list is cleared, and control is returned to the previous level. The end command can also be used to stop a TCL command that was sent to another line by the tcl command, or to terminate a phantom job.
The end command clears an active list and requires a sys2 privilege level.
If the port number and user-ID are not specified, the end command stops the process on the current line.
If the specified process is in the debugger, the end command fails with an error message.
Ends the process at the current level.
end
Stops the process executing on line 16, under the user-ID, dm.
end 16 dm
This kills an active list.
select dict entity [404] 276 items selected out of 276 items. end
Active list, end command (Background/Phantom process commands), Level pushing, list-jobs macro, logoff command, logon command, off command (TCL commands), Background/Phantom process overview, Port number, Secondary list, nselect command, sselect command, startsched command, stopsched command, tcl command, tcls command, z command (Background/Phantom process commands)