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 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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