Hi All
I need to kill all running processes everyday at a certain time.
Is there an option in Flow manager (in the interface or in the config files) which do it?
No, there isn't a quick way to kill all jobs. You can kill all jobs by creating a SAS program that kills SAS processes (see link below for Unix server) or use O/S commands/scripts. Please be careful when doing this as you will be killing all jobs, including batch jobs that have been submitted to run overnight.
If you decide to use a SAS program instead of O/S scripts, once you create and test your SAS program then you can deploy that job from within Management console and create a flow and schedule it to run every day.
The SAS Terminator: An Ultimate Killer of Unix Processes (lexjansen.com)
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.
Find more tutorials on the SAS Users YouTube channel.