BookmarkSubscribeRSS Feed
deleted_user
Not applicable
How do I schedule a process flow to run repeatedly?
4 REPLIES 4
ChrisHemedinger
Community Manager
Right-click on the flow in the Project Explorer and select Schedule .

That will interface with the Windows Scheduler and create a script file to automate EG to run.

Chris
SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!
deleted_user
Not applicable
How do I schedule it to run on the server?

My approach is to export the process flow to SAS code, then run it from cron. The process I am trying to schedule includes a node that accesses data from an Oracle server -- I've been using SAS/Access to get to that data.

Do I need to hard-code the password into the SAS code?
deleted_user
Not applicable
Here's what I'm getting when I try to run command-line:
sas mycode.sas

I configured LD_LIBRARY_PATH to point at the Oracle lib.

I get the following errors in the libname statement for the Oracle access library:
Could not load /SAS/SAS913/SAS_9.1/sasexe/sasora (49 images loaded)
Error: 0509-022 Cannot load module /SAS/SAS913/SAS_9.1/sasexe/sasora.
0509-150 Dependent module libclntsh.a(shr.o) could not be
loaded.
0509-022 Cannot load module libclntsh.a(shr.o).
0509-026 System error: A file or directory in the path name does not
exist.
0509-022 Cannot load module /SAS/SAS913/SAS_9.1/sasexe/sasora.
0509-150 Dependent module
/SAS/SAS913/SAS_9.1/sasexe/sasora could not be loaded.
ChrisHemedinger
Community Manager
I'm taking a guess here, but I suspect that there are some oracle-enabling environment variables that are not being set when you run your SAS command.

When you run within EG, EG connects to a SAS session that is launched by the object spawner. The object spawner launches a SAS command that is, most likely, wrapped up in a shell script that sets some environment variables so that your SAS session can act as an Oracle client.

You'll probably want to contact tech support for help in figuring this one out.

Chris
SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1554 views
  • 0 likes
  • 2 in conversation