BookmarkSubscribeRSS Feed
nikhil_khanolkar
Calcite | Level 5

Hi Guys,

I have 2 questions. Any help would be appreciated.

a) We are in the process of automating SAS codes. Are there any schedulers other than windows scheduler that can be leveraged in Windows SAS environment?
b) Can we do conditional execution in Windows scheduler e.g. Job 2 executes only after completion of Job 1. And If Job 1 fails then does not trigger Job 2

Thanks,

Nikhil

2 REPLIES 2
user24feb
Barite | Level 11

ad a) Four ways to schedule SAS tasks - SAS Users Groups

ad b) You might want to redirect the log of your SAS program to a text file anyway, if you plant to let your programms run automatically. Then it shouldn't be difficult to let a SAS-program check whether its predecessor ran successfully or not and to conditionally perform a task. (Which would be a conditional SAS-execution and not a conditional Windows excecution.)

JuanS_OCS
Amethyst | Level 16

To the remarks made by user24feb:

- Pretty good post from SAS User Groups Smiley Happy

- You have some more options for scheduling, and the one that fits better in your needs, it is something for you to decide:

     - SAS Grid Manager : pretty expensive license, but includes Platform Computing for Scheduling (with its beautiful functionalities) and will add you nice features like parallel processing, load balanding, high availability and improved scheduling.

     - You can use your own Enterprise Scheduler: it will require from you to do some manual work, but it has some good advantages, like the possibility to integrate your SAS processes with other processes within your Enterprise flows.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

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.

Discussion stats
  • 2 replies
  • 962 views
  • 0 likes
  • 3 in conversation