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 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1214 views
  • 0 likes
  • 3 in conversation