Hi, my question is 'How to completely stop a SAS batch while running?' I read through the posts available on this website however, using CTRL+BRK does only stop the current SAS program within the batch. But the next SAS program after that one still continues to run. I am looking for a procedure to bring the batch to a complete stop so that SAS terminates. So, let's say I have 3 SAS programs under the batch and when I start the batch the first programs runs and then when 1st completed then 2nd program starts and so on. When I stop the 2nd program running, yes, the 2nd one is killed however, then goes to the 3rd SAS program and that starts running. My goal is when I stop the batch, I don't want the rest of the programs run. Any ideas, suggestions are appreciated. Thanks
... View more