BookmarkSubscribeRSS Feed
samuelw
Fluorite | Level 6
Ideally, I want the process to be as follow

Step 1 = Open SAS
Step 2 = Run codes
Step 3 = Save and Close SAS
5 REPLIES 5
Doc_Duke
Rhodochrosite | Level 12
You can just schedule the project. You probably need to upgrade to the regular edition; LE is obsolete.
samuelw
Fluorite | Level 6
Thanks Doc@Duke

Would you mind listing all steps involved to schedule progects to run overnight?
I've got a full version at work. Problem is that I keep getting a vbscript error message when scheduling on SAS EG.
Doc_Duke
Rhodochrosite | Level 12
In EG 4.3, I just select

file --> schedule project

and then fill in the blanks.
ChrisHemedinger
Community Manager
Samuel, you should work with SAS Technical Support on this. They can probably get you fixed up quickly.

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!
mojerry2
Fluorite | Level 6

Let's work as we're in sas 9.2 Smiley Wink

export your program and put it on the server,

create à .bat file to execute your sas program and shedule it on the server.

example bat file : J:\SAS\Config\Lev1\SASApp\BatchServer\sasbatch.bat -log N:\SAS\Config\Lev1\Logs\jobs\programlog_ -batch -noterminal -logparm "rollover=session"  -sysin J:\SAS\Config\Lev1\SASApp\SASEnvironment\SASCode\yourprogram.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
  • 5 replies
  • 1721 views
  • 0 likes
  • 4 in conversation