I have a project that is subject to regulations in the flow manager, and I set the regulations via SAS Console. How can you make it so that if a project has not finished its work before 14 o’clock, the project will stop completely and the check will be every day at 2 o’clock to check whether the project has completed its work or not. If you haven’t finished your work before 2 p.m., the project must be stopped.?
Flow Manager - does this mean you are using IBM Spectrum LSF as scheduler?
I don't have access to it right now, but at least in the non-oem version you can specify limits on a job, like no of hours/minutes for run time:
https://www.ibm.com/docs/en/slpm/10.1.0?topic=flow-details-job#d15313e626
Another way is to write a command script that kills the job:
https://www.ibm.com/docs/en/slpm/10.1.0?topic=flow-kill-running-job#d37741e63
Or jkill to kill a whole flow.
Sorry no, maybe i need to write linux scripts
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.