BookmarkSubscribeRSS Feed
qwerty12
Fluorite | Level 6

I'm running SAS program in server using Winscp now i need to stop the process, can any one help to how to stop it using Putty

qwerty12_0-1677308512520.png

Can any one give command to kill the Job using JobID

2 REPLIES 2
Kurt_Bremser
Super User

In UNIX, the kill command is used to send a signal to a process (or processes). Without a parameter, it sends SIGTERM, allowing the process to terminate gracefully; if that does not work, you need to use kill -9 <processnumber>. This sends SIGKILL, and the process can't ignore that (the kernel terminates it).

The command must either be sent by the user owning the process, or by root.

Patrick
Opal | Level 21

If that's lsf then you can also use the lsf bkill command.

https://www.ibm.com/docs/en/spectrum-lsf/10.1.0?topic=execution-kill-jobs 

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 2498 views
  • 0 likes
  • 3 in conversation