SAS Programming

DATA Step, Macro, Functions and more
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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 2084 views
  • 0 likes
  • 3 in conversation