EM3270 Manual

EM3270 Emulator Command Set
Tandem EM3270 Manual110332 4-35
STOP Command
Messages
1008, 1014, 1036, 1071, 1083, 1084, and 1085.
STOP Command
The STOP command stops the designated terminal or process. When you specify
DEVICE, the currently open EM3270 emulator process ceases processing on behalf of
the terminal identified by file-name or task-number. When you specify * instead of file-
name or task-number, the EM3270 emulator ceases processing for all its active sessions.
If a host session is active, it is shut down immediately. In a dual-application session, the
task will not stop until the Tandem application closes it. However, to immediately shut
down both the host application and the Tandem application, specify the exclamation
point (!). The STOP key on a terminal performs a STOP DEVICE command for that
terminal.
When you specify PROCESS, the STOP command terminates the EM3270 emulator
process identified by process-name, or the active process if you omit process-name. The
process does not accept further opens from the Tandem application but actually
terminates only when all Tandem applications have closed their respective tasks. Typing
the exclamation point (!) causes immediate termination of the process.
object-type object-name
identifies the object to be stopped. It can be one of the following:
object-type object-name
DEVICE { file-name | task-number | * }
PROCESS [ process-name ]
file-name
specifies a fully qualified network file name.
task-number
specifies the task number of the terminal to be stopped. It is the task number from
the STATUS command display.
*
directs the current EM3270 emulator process to stop processing for all its active
sessions.
process-name
specifies the EM3270 emulator process to be stopped. If you do not specify a value
for process-name, the current EM3270 emulator process is stopped.
STOP [ object-type ] object-name [ ! ]