Hi Admins
We are in a precarious position where our security teams are removing our ability to kill runaway sas jobs and sas EG jobs using the kill command with PID.
They are only giving us the ability to use pkill, which uses a job name instead of a PID.
How would we implement this as I cannot fathom how we can do it. Having used the Kill -9 <pid> has always been so great!
I can get a job name from RTM, and this will also tell me the compute server on which this job is running.
But pkill is a different kettle of fish.
pkill -x jobname
comes closest.
Is anyone else out there facing similar issues? How did you get around this?
Regds
Len