|
Selecting this option
sends an interrupt signal to the DATA step or PROC step. The default
behavior is for the DATA step or PROC step to terminate, and to execute
the next statement.
|
||
batch, at, nohup,
or cron command.
stty command
to determine which key sends which signal. The stty command
varies considerably among UNIX operating environments, so check the
UNIX man page for stty before using the command.
Usually, one of these forms of the command will print all of the
current terminal settings: stty stty -a stty everything
-SIGINT option
on the kill command. Clicking Terminate is
equivalent to specifying the -SIGTERM option
on the kill command.
kill command
sends an interrupt or terminate signal to SAS, depending on which
signal you specify. You can use the kill command
to interrupt or terminate a SAS session running in any mode. The kill command
cannot be issued from within a SAS session. You must issue it from
another terminal or from another window (if your terminal permits
it).
-SIGINT. To send the terminate
signal, specify -SIGTERMps command and its
options to determine the process identification number (pid) of the
SAS session that you want to interrupt or terminate.
ps command differ in different operating
environments. See the UNIX man page for your operating environment
for specific information about the ps command
and its options. Adding options helps to determine which process you
want to kill if you have more than one SAS process running. Also,
servers (metadata, OLAP, and so on) leave a process identification
number in their start-up directories. You can use this number with
the kill command.