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
Become an Explorer! Join SAS Analytics Explorers to learn and complete challenges that earn rewards!
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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 3118 views
  • 0 likes
  • 4 in conversation