Hi SAS Community!
Soo, I have this flow (chain of jobs, please correct me if I'm wrong) that needs to be executed in SAS EG since it's the only environment I have access right now (we have Flow Manager but it's only for production use). I tried to run it and leave my computer on overnight so it can run and after few attempts I finally lost hope to finish running this flow.
There are a few cause of the run being interrupted and here it is:
-Disk space issue
-SAS EG kept getting disconnected when left idle
-Tried to save some tables on physical path but I still have issue with space, also I noticed that SAS EG can't handle the large process if saved on physical paths.
Is there a way I can have this executed uninterrupted or is there anything I'm missing out? Btw, this is the first time I'm using SAS EG so please bear with me. Thank you so much!
If you have access to the UNIX environment where your SAS server is installed, make a .sas program file out of your EG project and schedule it with cron (use the at command to schedule it once, and crontab for regular executions).
EG can create files for your Windows scheduler to run a complete project at once.
If you have access to the UNIX environment where your SAS server is installed, make a .sas program file out of your EG project and schedule it with cron (use the at command to schedule it once, and crontab for regular executions).
@meatballs12345 - EGP files can only be scheduled and run via EG on Windows. If you want to schedule an EGP on Unix then it needs to be exported first to SAS programs. For the life of me, I don't understand why you are excluded from the "Production scheduler" and are forced to use an alternative that's different - that's just crazy work practices. Where I work we have both a Production and a Development / UAT scheduling capability via SAS Management Console and it gets used a lot.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.